aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-03-02 22:14:18 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-03-21 09:39:27 +0100
commit5a2d98c640cf308d3c7e85ba51fbb7e84f99322a (patch)
treea4853f2d8c352d50dc4be53e59390746dad64787
parent8426e3a8a1aad2e1ea794158ffb9a587f476d8d3 (diff)
downloadbitcoin-5a2d98c640cf308d3c7e85ba51fbb7e84f99322a.tar.xz
doc: Remove outdated comment
The removed commit is wrong since v0.21.0. Github-Pull: #21342 Rebased-From: f1f63ac3f833e14badac6edf88ed09d0161e18f7
-rw-r--r--doc/build-windows.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-windows.md b/doc/build-windows.md
index 28b6aceb3c..d1b84eef42 100644
--- a/doc/build-windows.md
+++ b/doc/build-windows.md
@@ -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.