mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 22:20:31 +00:00
iOS/tvOS: fix framework creation (#16455)
This commit is contained in:
parent
0398e4845d
commit
9df59e4044
@ -20,7 +20,7 @@ fi
|
|||||||
|
|
||||||
mkdir -p "$BASE_DIR"/Frameworks
|
mkdir -p "$BASE_DIR"/Frameworks
|
||||||
|
|
||||||
for dylib in "$BASE_DIR"/modules/*.dylib ; do
|
for dylib in $(find "$BASE_DIR"/modules -maxdepth 1 -type f -regex '.*libretro.*\.dylib$') ; do
|
||||||
intermediate=$(basename "$dylib")
|
intermediate=$(basename "$dylib")
|
||||||
intermediate="${intermediate/%.dylib/}"
|
intermediate="${intermediate/%.dylib/}"
|
||||||
identifier="${intermediate/%$SUFFIX/}"
|
identifier="${intermediate/%$SUFFIX/}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user