Skip to content

Commit

Permalink
Merge pull request #89 from bostick/master
Browse files Browse the repository at this point in the history
Add mingw prefix for cygwin32 and mingw32
  • Loading branch information
zturtleman committed Jun 18, 2015
2 parents e857ed7 + 66edc4b commit d0a3ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0a3ba3

Please sign in to comment.