This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag 1.42d in repository iortcw.
commit cd2655026af7bc7dd95f35c3a0362aaa2f6d3b85 Author: Donny <m4n4t4...@gmail.com> Date: Fri Jun 19 06:10:15 2015 -0400 All: Add mingw prefix for cygwin32 and mingw32 --- MP/Makefile | 2 +- SP/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MP/Makefile b/MP/Makefile index 302cbe9..5841cd5 100644 --- a/MP/Makefile +++ b/MP/Makefile @@ -599,7 +599,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 diff --git a/SP/Makefile b/SP/Makefile index 55fa54b..da1cd63 100644 --- a/SP/Makefile +++ b/SP/Makefile @@ -591,7 +591,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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git _______________________________________________ Pkg-games-commits mailing list Pkg-games-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits