aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-21 22:21:05 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-21 22:21:05 +0000
commit9caf70da6df5d0ff24f4a3863f082dc1ff40f0f3 (patch)
tree30def8aa71712c381b8513e450d5ca33fbd60a03
parentd24fa0e61d1bd4424954b5b4fcafab25cb63706d (diff)
downloadioquake3-aero-9caf70da6df5d0ff24f4a3863f082dc1ff40f0f3.tar.gz
ioquake3-aero-9caf70da6df5d0ff24f4a3863f082dc1ff40f0f3.zip
* Fix native MinGW QVM compilation
git-svn-id: svn://svn.icculus.org/quake3/trunk@652 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 43e4fa2..0a823a0 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,12 @@ else
COMPILE_ARCH=$(shell uname -m | sed -e s/i.86/i386/)
endif
+ifeq ($(COMPILE_PLATFORM),mingw32)
+ ifeq ($(COMPILE_ARCH),i386)
+ COMPILE_ARCH=x86
+ endif
+endif
+
BUILD_CLIENT =
BUILD_CLIENT_SMP =
BUILD_SERVER =