Change mingw BUILD_HOST example to mingw64.

This commit is contained in:
Simon Howard 2016-02-18 05:03:40 +00:00
parent a85f1d8370
commit 2aa6068540

View file

@ -4,7 +4,7 @@
BUILD_HOST=
# An example of how to cross-compile to mingw32 for Windows builds:
#BUILD_HOST=i586-mingw32msvc
#BUILD_HOST=i686-w64-mingw32
# If we're cross-compiling to a different platform, this should be set
# to true. We initialize this based on whether BUILD_HOST has been set.