summaryrefslogtreecommitdiffstats
path: root/packaging/windows/mxe-based-build.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-29 21:04:33 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-29 21:13:28 -0700
commit916d4b8cce55120a37be86fcad8f124670f15a99 (patch)
tree62d14f7c903751e3c013216ceb157cd42a85ee80 /packaging/windows/mxe-based-build.sh
parent04f8eee46c98024e3b7e1032d6f296adb3aeaa22 (diff)
downloadsubsurface-916d4b8cce55120a37be86fcad8f124670f15a99.tar.gz
MXE build: drop all WebKit dependencies
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/windows/mxe-based-build.sh')
-rwxr-xr-xpackaging/windows/mxe-based-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/mxe-based-build.sh b/packaging/windows/mxe-based-build.sh
index 24c4825e8..663010fa1 100755
--- a/packaging/windows/mxe-based-build.sh
+++ b/packaging/windows/mxe-based-build.sh
@@ -318,7 +318,7 @@ cmake -DCMAKE_TOOLCHAIN_FILE="$BASEDIR"/"$MXEDIR"/usr/i686-w64-mingw32.shared/sh
-DMAKENSIS=i686-w64-mingw32.shared-makensis \
-DLIBDIVECOMPUTER_INCLUDE_DIR="$BASEDIR"/"$MXEDIR"/usr/i686-w64-mingw32.shared/include \
-DLIBDIVECOMPUTER_LIBRARIES="$BASEDIR"/"$MXEDIR"/usr/i686-w64-mingw32.shared/lib/libdivecomputer.dll.a \
- -DNO_MARBLE=ON -DMAKE_TESTS=OFF \
+ -DNO_MARBLE=ON -DFBSUPPORT=OFF -DNO_PRINTING=ON -DMAKE_TESTS=OFF \
"$BASEDIR"/subsurface
make $JOBS "$@"