diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-12-14 22:34:15 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-12-15 13:33:00 -0800 |
commit | 7aab63558525a8c6e17d39bdc4e3691baa02266e (patch) | |
tree | 5f875366977b81df358e258844eac3d7c579d0f7 /scripts | |
parent | c8be04edad5e5f8cc91bae22d599ffdda1042376 (diff) | |
download | subsurface-7aab63558525a8c6e17d39bdc4e3691baa02266e.tar.gz |
Remove support for older libgit2 - we now require 0.23 or later
Also fixes a capitalization error that prevented finding libssh2 in some
circumstances. And adds a missing include when building with libzip on Mac.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index d18993d61..1ea0e3ef0 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -180,8 +180,7 @@ cmake -DCMAKE_BUILD_TYPE=Debug .. \ -DLIBDIVECOMPUTER_LIBRARIES=$INSTALL_ROOT/lib/libdivecomputer.a \ -DMARBLE_INCLUDE_DIR=$INSTALL_ROOT/include \ -DMARBLE_LIBRARIES=$INSTALL_ROOT/lib/libssrfmarblewidget.$SH_LIB_EXT \ - -DNO_PRINTING=OFF \ - -DUSE_LIBGIT23_API=1 + -DNO_PRINTING=OFF if [ $PLATFORM = Darwin ] ; then rm -rf Subsurface.app |