From eadd178cfc39b2292177ce5284243d4f72f279df Mon Sep 17 00:00:00 2001 From: pelya Date: Wed, 17 Jan 2018 02:11:51 +0200 Subject: [PATCH] SDL: Always build prebuilt libraries --- changeAppSettings.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changeAppSettings.sh b/changeAppSettings.sh index 2ac399071..4f963bd4c 100755 --- a/changeAppSettings.sh +++ b/changeAppSettings.sh @@ -1106,9 +1106,9 @@ fi echo Compiling prebuilt libraries -if echo "$CompiledLibraries" | grep -E 'iconv|charset|icu|crypto|ssl|harfbuzz' > /dev/null; then +#if echo "$CompiledLibraries" | grep -E 'iconv|charset|icu|crypto|ssl|harfbuzz' > /dev/null; then make -C project/jni -f Makefile.prebuilt -fi +#fi if echo "$CompiledLibraries" | grep 'boost' > /dev/null; then make -C project/jni -f Makefile.prebuilt boost fi