diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-11-18 19:00:12 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-11-19 17:18:33 -0800 |
commit | afb062611cad40b9a91f32d51de6541c5e4b3ac4 (patch) | |
tree | 374d1ad8fb7e6743edc0c6965718cd9cadf0c9e3 | |
parent | 9f9836910662d11b4c761d774a9f5c871cc766a0 (diff) | |
download | subsurface-afb062611cad40b9a91f32d51de6541c5e4b3ac4.tar.gz |
build-system: use libgit2 1.0.1 if building from source
We still only require v0.26 from an API perspective, but it seems
backwards to build that version when building from source as we do for
macOS or Android.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-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 ddeeb38f0..fb0b351b8 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -4,7 +4,7 @@ # set version of 3rd party libraries CURRENT_LIBZ="v1.2.11" CURRENT_LIBZIP="rel-1-5-1" -CURRENT_LIBGIT2="v0.26.0" +CURRENT_LIBGIT2="v1.0.1" CURRENT_LIBCURL="curl-7_54_1" CURRENT_LIBUSB="v1.0.21" CURRENT_OPENSSL="OpenSSL_1_1_0h" |