summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh3
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