From 53341c037d5a5ecac6562933aa924b65c207104d Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 30 Sep 2018 08:27:18 -0700 Subject: 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 --- packaging/windows/mxe-based-build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'packaging/windows/mxe-based-build.sh') 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 "$@" -- cgit v1.2.3-70-g09d2