Skip to content

Commit

Permalink
doc: Drop no longer needed workaround for WSL
Browse files Browse the repository at this point in the history
This change effectively reverts 4f890ba.
  • Loading branch information
hebasto committed Aug 6, 2024
1 parent 31a3ff5 commit 16d8261
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/build-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ is to temporarily disable WSL support for Win32 applications.

Build using:

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

0 comments on commit 16d8261

Please sign in to comment.