Skip to content

Commit

Permalink
Update build-windows.md (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
justanwar authored May 3, 2021
1 parent 0e3061b commit 433184c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 433184c

Please sign in to comment.