mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 12:20:29 -04:00
Restore
This commit is contained in:
parent
ca01a0fbe6
commit
989e26a7db
16
buildlibs.sh
16
buildlibs.sh
@ -6,19 +6,11 @@ export PATH=$ANDROID_DEVKIT/bin:$PATH
|
||||
echo "Building Freetype"
|
||||
|
||||
cd freetype-2.6.2
|
||||
freetype_build_out=`./configure \
|
||||
./configure \
|
||||
--host=aarch64-linux-android \
|
||||
--prefix=`pwd`/build_android-aarch64 \
|
||||
--without-zlib \
|
||||
--with-png=no \
|
||||
--with-harfbuzz=no \
|
||||
&& \
|
||||
make -j4 && \
|
||||
make install` || error_code=$?
|
||||
|
||||
if [ "${error_code}" -ne 0 ]; then
|
||||
echo $freetype_build_out
|
||||
exit $error_code
|
||||
else
|
||||
echo "Done build freetype"
|
||||
fi
|
||||
--with-harfbuzz=no
|
||||
make -j4
|
||||
make install
|
||||
|
Loading…
x
Reference in New Issue
Block a user