summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-30 08:27:18 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-30 08:28:16 -0700
commit53341c037d5a5ecac6562933aa924b65c207104d (patch)
tree7fda0f3a64c5d54ee9a968904af94f0f5b1cf173 /packaging
parentf0ecd1fbb716cb9d89c5bff3d7b57f1a8d70e202 (diff)
downloadsubsurface-53341c037d5a5ecac6562933aa924b65c207104d.tar.gz
Windows: build against user space FTDI library
This needs more testing, but should provide an alternative to relying on the Windows FTDI driver. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/windows/mxe-based-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/windows/mxe-based-build.sh b/packaging/windows/mxe-based-build.sh
index 4271e744a..ca65c6fe5 100755
--- a/packaging/windows/mxe-based-build.sh
+++ b/packaging/windows/mxe-based-build.sh
@@ -286,6 +286,7 @@ i686-w64-mingw32.shared-cmake \
-DLIBDIVECOMPUTER_LIBRARIES="$BASEDIR"/"$MXEDIR"/usr/i686-w64-mingw32.shared/lib/libdivecomputer.dll.a \
-DMAKE_TESTS=OFF \
-DBTSUPPORT=ON -DBLESUPPORT=ON \
+ -DFTDISUPPORT=ON \
"$BASEDIR"/subsurface
make $JOBS "$@"