Skip to content

Commit 0b294c0

Browse files
committed
Merge #21342: doc: Remove outdated comment
f1f63ac doc: Remove outdated comment (Hennadii Stepanov) Pull request description: The removed commit has been wrong [since v0.20.0](bitcoin/bitcoin#18331). ACKs for top commit: fanquake: ACK - f1f63ac Tree-SHA512: ef6191fef389fa0ee5e6cf224e4990a1804aeefd1c3e9d9a4870cf46e1833fbb8701c379b6ce4e13caa02ae2f4f86778fa2c1e994c89392c08fcf01701482d7a
2 parents b9f41df + f1f63ac commit 0b294c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Build using:
103103
cd depends
104104
make HOST=x86_64-w64-mingw32
105105
cd ..
106-
./autogen.sh # not required when building from tarball
106+
./autogen.sh
107107
CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/
108108
make
109109
sudo bash -c "echo 1 > /proc/sys/fs/binfmt_misc/status" # Enable WSL support for Win32 applications.

0 commit comments

Comments
 (0)