SDL: Always build prebuilt libraries
This commit is contained in:
@@ -1106,9 +1106,9 @@ fi
|
|||||||
|
|
||||||
echo Compiling prebuilt libraries
|
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
|
make -C project/jni -f Makefile.prebuilt
|
||||||
fi
|
#fi
|
||||||
if echo "$CompiledLibraries" | grep 'boost' > /dev/null; then
|
if echo "$CompiledLibraries" | grep 'boost' > /dev/null; then
|
||||||
make -C project/jni -f Makefile.prebuilt boost
|
make -C project/jni -f Makefile.prebuilt boost
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user