Update buildlibs.sh

This commit is contained in:
Tran Khanh Duy 2020-09-13 19:06:14 +07:00 committed by GitHub
parent ac23b6a26a
commit 4016ef8a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ cd ..
echo "Building CUPS"
cd cups-2.2.4
./configure \
./configure CC="gcc -std=c99" \
--host=aarch64-linux-android \
--prefix=`pwd`/build_android-aarch64
make -j4