mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 05:34:56 -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
|
--with-harfbuzz=no
|
||||||
make -j4
|
make -j4
|
||||||
make install
|
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