We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a3ff5 commit 16d8261Copy full SHA for 16d8261
doc/build-windows.md
@@ -66,7 +66,6 @@ is to temporarily disable WSL support for Win32 applications.
66
67
Build using:
68
69
- PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g') # strip out problematic Windows %PATH% imported var
70
sudo bash -c "echo 0 > /proc/sys/fs/binfmt_misc/status" # Disable WSL support for Win32 applications.
71
cd depends
72
make HOST=x86_64-w64-mingw32
0 commit comments