Merge pull request #89 from bostick/master

Add mingw prefix for cygwin32 and mingw32
This commit is contained in:
Zack Middleton 2015-06-18 13:13:16 -05:00
commit d0a3ba301b
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ ifdef MINGW
MINGW_PREFIXES=amd64-mingw32msvc x86_64-w64-mingw32
endif
ifeq ($(ARCH),x86)
MINGW_PREFIXES=i586-mingw32msvc i686-w64-mingw32
MINGW_PREFIXES=i586-mingw32msvc i686-w64-mingw32 i686-pc-mingw32
endif
ifndef CC