From 32d48b2256906fb874b57d0966bc3dba742e5ef8 Mon Sep 17 00:00:00 2001 From: fuwa Date: Tue, 25 Dec 2018 19:06:54 +0800 Subject: [PATCH] echo building --- script/build-external-libs/android-openssl/build-all-arch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/build-external-libs/android-openssl/build-all-arch.sh b/script/build-external-libs/android-openssl/build-all-arch.sh index 12e2c2f..84da1ae 100755 --- a/script/build-external-libs/android-openssl/build-all-arch.sh +++ b/script/build-external-libs/android-openssl/build-all-arch.sh @@ -61,6 +61,7 @@ for arch in ${archs[@]}; do perl -pi -e 's/SHLIB_MAJOR=1/SHLIB_MAJOR=`/g' Makefile perl -pi -e 's/SHLIB_MINOR=0.0/SHLIB_MINOR=`/g' Makefile make clean + echo "silent building openssl..." make depend -j $NPROC > /dev/null 2>&1 make all -j $NPROC > /dev/null 2>&1