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