mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Match openssl versions
The versions for openSSL in variables.sh and get-dep-lib.sh needs to match or we end up recloning the repo on every build. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
2fa7d3566b
commit
8106e533ef
1 changed files with 3 additions and 1 deletions
|
@ -9,4 +9,6 @@ ANDROID_BUILDTOOLS_REVISION=25.0.3
|
|||
ANDROID_PLATFORMS=android-27
|
||||
ANDROID_NDK=android-ndk-${NDK_VERSION}
|
||||
ANDROID_SDK=android-sdk-linux
|
||||
OPENSSL_VERSION=1.0.2l
|
||||
# OpenSSL also has an entry in get-dep-lib.sh line 103
|
||||
# that needs to be updated as well.
|
||||
OPENSSL_VERSION=1.0.2o
|
||||
|
|
Loading…
Reference in a new issue