diff --git a/changeAppSettings.sh b/changeAppSettings.sh index 2d4a3e1f4..dc9d433ef 100755 --- a/changeAppSettings.sh +++ b/changeAppSettings.sh @@ -749,7 +749,11 @@ else fi LibrariesToLoad="\\\"sdl_native_helpers\\\", \\\"sdl-$LibSdlVersion\\\"" -StaticLibraries=`grep 'APP_AVAILABLE_STATIC_LIBS' project/jni/SettingsTemplate.mk | sed 's/.*=\(.*\)/\1/'` +StaticLibraries="`echo ' +include project/jni/SettingsTemplate.mk +all: + @echo $(APP_AVAILABLE_STATIC_LIBS) +.PHONY: all' | make -s -f -`" for lib in $CompiledLibraries; do process=true for lib1 in $StaticLibraries; do