[ioquake3] 32/39: Prefer mingw-w64 for cross-compiling

Simon McVittie smcv at debian.org
Sat Nov 5 20:26:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit 7a7364615762c68030e1fa966e235a33a7f7becd
Author: Zack Middleton <zturtleman at gmail.com>
Date:   Tue Nov 1 17:44:40 2016 -0500

    Prefer mingw-w64 for cross-compiling
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 6c7272c..bff7021 100644
--- a/Makefile
+++ b/Makefile
@@ -505,10 +505,10 @@ ifdef MINGW
 
     # We need to figure out the correct gcc and windres
     ifeq ($(ARCH),x86_64)
-      MINGW_PREFIXES=amd64-mingw32msvc x86_64-w64-mingw32
+      MINGW_PREFIXES=x86_64-w64-mingw32 amd64-mingw32msvc
     endif
     ifeq ($(ARCH),x86)
-      MINGW_PREFIXES=i586-mingw32msvc i686-w64-mingw32 i686-pc-mingw32
+      MINGW_PREFIXES=i686-w64-mingw32 i586-mingw32msvc i686-pc-mingw32
     endif
 
     ifndef CC

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git



More information about the Pkg-games-commits mailing list