diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-09-30 08:27:18 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-30 08:28:16 -0700 |
commit | 53341c037d5a5ecac6562933aa924b65c207104d (patch) | |
tree | 7fda0f3a64c5d54ee9a968904af94f0f5b1cf173 /packaging | |
parent | f0ecd1fbb716cb9d89c5bff3d7b57f1a8d70e202 (diff) | |
download | subsurface-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-x | packaging/windows/mxe-based-build.sh | 1 |
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 "$@" |