mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 19:23:24 +00:00
Add comment to get-dep-lib.sh
Add a comment so we remember to change the version number in versions.sh also. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
8106e533ef
commit
a56a7c51f6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue