Merge c831c9a159 into merged_master (Bitcoin PR bitcoin/bitcoin#30597)

This commit is contained in:
ivanlele 2026-03-12 15:03:00 +00:00
commit eb55eae9c3
No known key found for this signature in database

View file

@ -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