mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-17 14:47:19 +01:00
Fixed supporting multiple frameworks
This commit is contained in:
parent
9bd483439e
commit
ed30c80c5c
@ -17,7 +17,7 @@ fi
|
||||
FRAMEWORK_DIR="${TARGET_BUILD_DIR}"
|
||||
|
||||
# Loop through all frameworks
|
||||
FRAMEWORKS=`find "${FRAMEWORK_DIR}" -type d -name "*.framework"`
|
||||
FRAMEWORKS=`find "${FRAMEWORK_DIR}" -type d -name "*.framework" | sort -r`
|
||||
RESULT=$?
|
||||
if [[ $RESULT != 0 ]] ; then
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user