mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android: fix review comment
Fix review comment by Anton on GitHub. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
29f4d35bc4
commit
2f6ad092a5
2 changed files with 2 additions and 2 deletions
|
|
@ -435,7 +435,7 @@ cmake $MOBILE_CMAKE \
|
||||||
-DANDROID_NATIVE_LIBCRYPT="$BUILDROOT/ndk-$ARCH/sysroot/usr/lib/libcrypto.so" \
|
-DANDROID_NATIVE_LIBCRYPT="$BUILDROOT/ndk-$ARCH/sysroot/usr/lib/libcrypto.so" \
|
||||||
-DCMAKE_MAKE_PROGRAM="make" \
|
-DCMAKE_MAKE_PROGRAM="make" \
|
||||||
"$SUBSURFACE_SOURCE"
|
"$SUBSURFACE_SOURCE"
|
||||||
|
|
||||||
# set up the version number
|
# set up the version number
|
||||||
|
|
||||||
rm -f ssrf-version.h
|
rm -f ssrf-version.h
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ fi
|
||||||
# FIX FOR ANDROID,
|
# FIX FOR ANDROID,
|
||||||
if [ "$PLATFORM" == "singleAndroid" ] ; then
|
if [ "$PLATFORM" == "singleAndroid" ] ; then
|
||||||
CURRENT_OPENSSL="OpenSSL_1_1_1c"
|
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
|
fi
|
||||||
# no curl and old libs (never version breaks)
|
# no curl and old libs (never version breaks)
|
||||||
# check whether to use curl or wget
|
# check whether to use curl or wget
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue