From 8415024a08254f3ecbde44cc273aad19b797ba9a Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 21 Mar 2006 22:21:05 +0000 Subject: [PATCH] * Fix native MinGW QVM compilation --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 43e4fa27..0a823a04 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 =