diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-11-18 21:55:36 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-11-19 17:18:33 -0800 |
commit | 3a00ac0157ca4ad680c79da269a52bcd4f71f8d6 (patch) | |
tree | 629aa8ad21c591210a736616b0b3ed9038ac394a /scripts | |
parent | fd88058060003b3b82e38becca25ca9905e6efb2 (diff) | |
download | subsurface-3a00ac0157ca4ad680c79da269a52bcd4f71f8d6.tar.gz |
android: add new build setup script
This installs the required versions for most components, switches us to
Qt 5.15, current SDK, NDK, and the current OpenSSL version.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-dep-lib.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index fb0b351b8..3a0bb5901 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -7,7 +7,7 @@ CURRENT_LIBZIP="rel-1-5-1" CURRENT_LIBGIT2="v1.0.1" CURRENT_LIBCURL="curl-7_54_1" CURRENT_LIBUSB="v1.0.21" -CURRENT_OPENSSL="OpenSSL_1_1_0h" +CURRENT_OPENSSL="OpenSSL_1_1_1h" CURRENT_LIBSSH2="libssh2-1.8.0" CURRENT_XSLT="v1.1.34" CURRENT_SQLITE="3190200" @@ -103,7 +103,7 @@ fi # FIX FOR ANDROID, if [ "$PLATFORM" == "singleAndroid" ] ; then - CURRENT_OPENSSL="OpenSSL_1_1_1d" + CURRENT_OPENSSL="OpenSSL_1_1_1h" # 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) |