Update buildlibs.sh

This commit is contained in:
Tran Khanh Duy 2020-11-01 04:38:22 +07:00 committed by GitHub
parent 7933c77c44
commit 3b36ce19cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,14 @@ cd freetype-2.6.2
--prefix=`pwd`/build_android-${TARGET_SHORT} \
--without-zlib \
--with-png=no \
--with-harfbuzz=no
--with-harfbuzz=no || \
error_code=$?
if [ "$error_code" -ne 0 ]; then
echo "\n\nCONFIGURE ERROR $error_code , config.log:"
cat config.log
exit $error_code
fi
make -j4 | \
sudo apt -y install systemtap-sdt-dev gcc-multilib g++-multilib libxtst-dev libasound2-dev libelf-dev libfontconfig1-dev libx11-dev