mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-11 13:15:32 -04:00
Add build CUPS
This commit is contained in:
parent
a19b1150e6
commit
ac23b6a26a
10
buildlibs.sh
10
buildlibs.sh
@ -14,3 +14,13 @@ cd freetype-2.6.2
|
||||
--with-harfbuzz=no
|
||||
make -j4
|
||||
make install
|
||||
|
||||
cd ..
|
||||
echo "Building CUPS"
|
||||
|
||||
cd cups-2.2.4
|
||||
./configure \
|
||||
--host=aarch64-linux-android \
|
||||
--prefix=`pwd`/build_android-aarch64
|
||||
make -j4
|
||||
make install
|
||||
|
Loading…
x
Reference in New Issue
Block a user