diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-08-05 15:07:46 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-05 15:08:19 -0700 |
commit | 32a630ece3b4612ef1b8a76d6cabbe8991e85025 (patch) | |
tree | 7e782e8733d56babee3166ab5fe9bd78c6503d3a /scripts | |
parent | 9328726358e40cd4b8756742a81936a6d10f4e01 (diff) | |
download | subsurface-32a630ece3b4612ef1b8a76d6cabbe8991e85025.tar.gz |
Android: build latest libzip
Small hacks needed, but otherwise this seems to work.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-dep-lib.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index e87b294cf..fbb689f77 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -100,7 +100,6 @@ fi # FIX FOR ANDROID, if [ "$PLATFORM" == "singleAndroid" ] ; then - CURRENT_LIBZIP="rel-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 |