Skip to content

Commit f1f63ac

Browse files
committed
doc: Remove outdated comment
The removed commit is wrong since v0.21.0.
1 parent b9f41df commit f1f63ac

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)