From 4016ef8a904f487859cdfb22e1435e2a174552db Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Sun, 13 Sep 2020 19:06:14 +0700 Subject: [PATCH] Update buildlibs.sh --- buildlibs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildlibs.sh b/buildlibs.sh index fba98e6..ea84ee0 100755 --- a/buildlibs.sh +++ b/buildlibs.sh @@ -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