Skip to content

Commit

Permalink
android加上版本信息打印
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jun 4, 2024
1 parent 14ec73f commit 30d8e60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android-configure-static
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit 30d8e60

Please sign in to comment.