Skip to content

Commit 16d8261

Browse files
committed
doc: Drop no longer needed workaround for WSL
This change effectively reverts 4f890ba.
1 parent 31a3ff5 commit 16d8261

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/build-windows.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ is to temporarily disable WSL support for Win32 applications.
6666

6767
Build using:
6868

69-
PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g') # strip out problematic Windows %PATH% imported var
7069
sudo bash -c "echo 0 > /proc/sys/fs/binfmt_misc/status" # Disable WSL support for Win32 applications.
7170
cd depends
7271
make HOST=x86_64-w64-mingw32

0 commit comments

Comments
 (0)