From 7aab63558525a8c6e17d39bdc4e3691baa02266e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 14 Dec 2015 22:34:15 -0800 Subject: 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 --- scripts/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3-70-g09d2