diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-dep-lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index 24116b452..81dcd1716 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -102,6 +102,7 @@ fi if [ "$PLATFORM" == "singleAndroid" ] ; then CURRENT_LIBZIP="1.1.3" CURRENT_OPENSSL="OpenSSL_1_0_2o" +# If changing the openSSL version here, make sure to change it in versions.sh also. fi # no curl and old libs (never version breaks) # check whether to use curl or wget |