mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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>
This commit is contained in:
parent
9f98369106
commit
afb062611c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
# set version of 3rd party libraries
|
# set version of 3rd party libraries
|
||||||
CURRENT_LIBZ="v1.2.11"
|
CURRENT_LIBZ="v1.2.11"
|
||||||
CURRENT_LIBZIP="rel-1-5-1"
|
CURRENT_LIBZIP="rel-1-5-1"
|
||||||
CURRENT_LIBGIT2="v0.26.0"
|
CURRENT_LIBGIT2="v1.0.1"
|
||||||
CURRENT_LIBCURL="curl-7_54_1"
|
CURRENT_LIBCURL="curl-7_54_1"
|
||||||
CURRENT_LIBUSB="v1.0.21"
|
CURRENT_LIBUSB="v1.0.21"
|
||||||
CURRENT_OPENSSL="OpenSSL_1_1_0h"
|
CURRENT_OPENSSL="OpenSSL_1_1_0h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue