mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-13 06:06:38 -04:00
Update buildlibs.sh
This commit is contained in:
parent
7933c77c44
commit
3b36ce19cf
@ -11,7 +11,14 @@ cd freetype-2.6.2
|
|||||||
--prefix=`pwd`/build_android-${TARGET_SHORT} \
|
--prefix=`pwd`/build_android-${TARGET_SHORT} \
|
||||||
--without-zlib \
|
--without-zlib \
|
||||||
--with-png=no \
|
--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 | \
|
make -j4 | \
|
||||||
sudo apt -y install systemtap-sdt-dev gcc-multilib g++-multilib libxtst-dev libasound2-dev libelf-dev libfontconfig1-dev libx11-dev
|
sudo apt -y install systemtap-sdt-dev gcc-multilib g++-multilib libxtst-dev libasound2-dev libelf-dev libfontconfig1-dev libx11-dev
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user