Skip to content

Commit

Permalink
* Fix native MinGW QVM compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Mar 21, 2006
1 parent ffc78a6 commit 8415024
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Expand Up @@ -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 =
Expand Down

0 comments on commit 8415024

Please sign in to comment.