diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2019-07-18 08:31:36 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-07-18 06:39:00 -0700 |
commit | 2f6ad092a58b691170cb97eeb863f87a5504a0b0 (patch) | |
tree | fae659a07cdcda28a2901aea15f679020fa1d549 /scripts | |
parent | 29f4d35bc429891a735855725ed6c620a04e242c (diff) | |
download | subsurface-2f6ad092a58b691170cb97eeb863f87a5504a0b0.tar.gz |
Android: fix review comment
Fix review comment by Anton on GitHub.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-dep-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index 1387b2293..b58cad0c0 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -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 |