From 433184ca7e399dde8f4ae0e8c0d2887b6c866312 Mon Sep 17 00:00:00 2001 From: justanwar <42809091+justanwar@users.noreply.github.com> Date: Mon, 3 May 2021 17:05:56 +0800 Subject: [PATCH] Update build-windows.md (#1024) --- doc/build-windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build-windows.md b/doc/build-windows.md index 04948e2754..754c7aa760 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -79,7 +79,7 @@ To build executables for Windows 32-bit: make HOST=i686-w64-mingw32 -j`nproc` cd .. ./autogen.sh # not required when building from tarball - CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/ + CONFIG_SITE=$PWD/depends/i686-w64-mingw32/share/config.site ./configure --prefix=/ make To build executables for Windows 64-bit: @@ -89,7 +89,7 @@ To build executables for Windows 64-bit: make HOST=x86_64-w64-mingw32 -j`nproc` cd .. ./autogen.sh # not required when building from tarball - CONFIG_SITE=$PWD/depends/i686-w64-mingw32/share/config.site ./configure --prefix=/ + CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/ make ## Depends system