Android: fix review comment

Fix review comment by Anton on GitHub.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2019-07-18 08:31:36 +02:00 committed by Dirk Hohndel
parent 29f4d35bc4
commit 2f6ad092a5
2 changed files with 2 additions and 2 deletions

View file

@ -435,7 +435,7 @@ cmake $MOBILE_CMAKE \
-DANDROID_NATIVE_LIBCRYPT="$BUILDROOT/ndk-$ARCH/sysroot/usr/lib/libcrypto.so" \
-DCMAKE_MAKE_PROGRAM="make" \
"$SUBSURFACE_SOURCE"
# set up the version number
rm -f ssrf-version.h

View file

@ -104,7 +104,7 @@ fi
# FIX FOR ANDROID,
if [ "$PLATFORM" == "singleAndroid" ] ; then
CURRENT_OPENSSL="OpenSSL_1_1_1c"
# If changing the openSSL version here, make sure to change it in versions.sh also.
# If changing the openSSL version here, make sure to change it in packaging/android/variables.sh also.
fi
# no curl and old libs (never version breaks)
# check whether to use curl or wget