diff --git a/doc/build-windows.md b/doc/build-windows.md index fd94ea8060..78ca2334db 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -95,7 +95,7 @@ Then build using: cd depends make HOST=i686-w64-mingw32 cd .. - ./autogen.sh # not required when building from tarball + ./autogen.sh CONFIG_SITE=$PWD/depends/i686-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.