From 2e23d9af175b6c10879bea285582e6c57c520f20 Mon Sep 17 00:00:00 2001 From: Andres Notzli Date: Wed, 15 Mar 2017 01:25:39 -0700 Subject: Fix win-build script to use MinGW-w64 by default Previous changes to the win-build script left the script in an inconsistent state: the script was updated to refer to MinGW-w64 but the default host was still referring to MinGW. --- contrib/win-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/win-build b/contrib/win-build index dee9a8af2..9a1a257a0 100755 --- a/contrib/win-build +++ b/contrib/win-build @@ -13,7 +13,7 @@ if [ $# -ne 0 ]; then fi if [ -z "$HOST" ]; then - HOST=i586-mingw32msvc + HOST=i686-w64-mingw32 echo "WARNING:" echo "WARNING: Using default HOST value: $HOST" echo "WARNING: You should probably run this script like this:" -- cgit v1.2.3