Merge branch 'sdl_android' of github.com:pelya/commandergenius

This commit is contained in:
Sergii Pylypenko
2018-01-19 23:23:43 +02:00

View File

@@ -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