diff options
Diffstat (limited to 'packaging/windows/mxe-based-build.sh')
-rwxr-xr-x | packaging/windows/mxe-based-build.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packaging/windows/mxe-based-build.sh b/packaging/windows/mxe-based-build.sh index 44aaf294a..5579f5dac 100755 --- a/packaging/windows/mxe-based-build.sh +++ b/packaging/windows/mxe-based-build.sh @@ -3,12 +3,10 @@ # build Subsurface for Win32 # # this file assumes that you have installed MXE on your system -# and installed a number of dependencies as well. Latest MXE -# version from git may not always work for Qt5 and Subsurface. -# Try to select an older release version like build-2016-10-12. +# and installed a number of dependencies as well. # # cd ~/src -# git clone --branch build-2016-10-12 https://github.com/mxe/mxe +# git clone https://github.com/mxe/mxe # cd mxe # # now create a file settings.mk |