diff options
author | fanquake <fanquake@gmail.com> | 2021-03-03 07:19:56 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-03-03 07:20:41 +0800 |
commit | 0b294c0ba84f2993db71f4b8c3cb23ba3c45a66b (patch) | |
tree | d973028d69da8aba0f64b34108e2184c4106f3dd | |
parent | b9f41df1ead4b6a83a51fc41966b111c8459c313 (diff) | |
parent | f1f63ac3f833e14badac6edf88ed09d0161e18f7 (diff) |
Merge #21342: doc: Remove outdated comment
f1f63ac3f833e14badac6edf88ed09d0161e18f7 doc: Remove outdated comment (Hennadii Stepanov)
Pull request description:
The removed commit has been wrong [since v0.20.0](https://github.com/bitcoin/bitcoin/pull/18331).
ACKs for top commit:
fanquake:
ACK - f1f63ac3f833e14badac6edf88ed09d0161e18f7
Tree-SHA512: ef6191fef389fa0ee5e6cf224e4990a1804aeefd1c3e9d9a4870cf46e1833fbb8701c379b6ce4e13caa02ae2f4f86778fa2c1e994c89392c08fcf01701482d7a
-rw-r--r-- | doc/build-windows.md | 2 |
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. |