mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
doc: Drop no longer needed workaround for WSL
This change effectively reverts 4f890ba6bc
.
This commit is contained in:
parent
31a3ff5515
commit
16d8261181
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue