0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

doc: Remove outdated comment

The removed commit is wrong since v0.21.0.
This commit is contained in:
Hennadii Stepanov 2021-03-02 22:14:18 +02:00
parent b9f41df1ea
commit f1f63ac3f8
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -103,7 +103,7 @@ Build using:
cd depends
make HOST=x86_64-w64-mingw32
cd ..
./autogen.sh # not required when building from tarball
./autogen.sh
CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/
make
sudo bash -c "echo 1 > /proc/sys/fs/binfmt_misc/status" # Enable WSL support for Win32 applications.