diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2018-03-23 19:56:53 +0100 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2018-03-26 05:34:00 +0300 |
commit | 02dcd219cf3705506230cc0c0edd58140bf99482 (patch) | |
tree | 2d2a844d5112f2cbb962f2717d2eb5bbd54e6b13 /packaging/windows/mxe-based-build.sh | |
parent | bb922e8db27bb462c3c92cb11e71f1ccdbe6f401 (diff) | |
download | subsurface-02dcd219cf3705506230cc0c0edd58140bf99482.tar.gz |
MXE Windows build script: Chance MXE make call in comment
In the comment/instruction how to build MXE add "libssh2" and "curl"
to the make call. This seems to be needed in newer versions of MXE.
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'packaging/windows/mxe-based-build.sh')
-rwxr-xr-x | packaging/windows/mxe-based-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/mxe-based-build.sh b/packaging/windows/mxe-based-build.sh index 19f7ed320..80ed081e0 100755 --- a/packaging/windows/mxe-based-build.sh +++ b/packaging/windows/mxe-based-build.sh @@ -27,7 +27,7 @@ # # now you can start the build # -# make libxml2 libxslt libusb1 libzip qt5 nsis +# make libxml2 libxslt libusb1 libzip libssh2 curl qt5 nsis # # After quite a while (depending on your machine anywhere from 15-20 # minutes to several hours) you should have a working MXE install in |