diff options
author | Tony Theodore <tonyt@logyst.com> | 2014-10-03 03:49:09 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-10-03 03:49:09 (GMT) |
commit | 500f27d10bcf7f608b4fa8c2f82fccaac8991985 (patch) | |
tree | 31f47489a9ca1816c10cfd48c54b7d264a7a6f9a /Makefile | |
parent | 4b5f68e9fdbee8b4e1f2c55ab33e1ba9169fcf29 (diff) | |
download | mxe-500f27d10bcf7f608b4fa8c2f82fccaac8991985.zip mxe-500f27d10bcf7f608b4fa8c2f82fccaac8991985.tar.gz mxe-500f27d10bcf7f608b4fa8c2f82fccaac8991985.tar.bz2 |
Makefile: update default target to i686-w64-mingw32.static (see #492)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |