From 2aa60685405e80a532358e7b5c2e39ef77e6c23f Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 18 Feb 2016 05:03:40 +0000 Subject: [PATCH] Change mingw BUILD_HOST example to mingw64. --- buildenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv.sh b/buildenv.sh index e189a23..34231eb 100644 --- a/buildenv.sh +++ b/buildenv.sh @@ -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.