From 500f27d10bcf7f608b4fa8c2f82fccaac8991985 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Fri, 3 Oct 2014 13:49:09 +1000 Subject: [PATCH] Makefile: update default target to i686-w64-mingw32.static (see #492) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6868d127..9e0a2256 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ MXE_TRIPLETS := i686-pc-mingw32 x86_64-w64-mingw32 i686-w64-mingw32 MXE_LIB_TYPES := static shared MXE_TARGET_LIST := $(foreach TRIPLET,$(MXE_TRIPLETS),\ $(addprefix $(TRIPLET).,$(MXE_LIB_TYPES))) -MXE_TARGETS := i686-pc-mingw32.static +MXE_TARGETS := i686-w64-mingw32.static DEFAULT_MAX_JOBS := 6 SOURCEFORGE_MIRROR := downloads.sourceforge.net