From 30d8e60aaecb2e9446d7475eeae5356d62ccdd87 Mon Sep 17 00:00:00 2001 From: johnche Date: Tue, 4 Jun 2024 10:41:06 +0800 Subject: [PATCH] =?UTF-8?q?android=E5=8A=A0=E4=B8=8A=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android-configure-static | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android-configure-static b/android-configure-static index 2732e2c..a02bce6 100755 --- a/android-configure-static +++ b/android-configure-static @@ -85,6 +85,7 @@ export GYP_DEFINES if [ -f "configure" ]; then if [ $WITH_SSL == "" ]; then + echo "=========================building without-ssl version=================================" ./configure \ --dest-cpu=$DEST_CPU \ --dest-os=android \ @@ -94,6 +95,7 @@ if [ -f "configure" ]; then --enable-static \ --cross-compiling else + echo "=========================building with-ssl version=================================" ./configure \ --dest-cpu=$DEST_CPU \ --dest-os=android \