Change x86_64 to x64 for mingw.

This commit is contained in:
Zack Middleton 2011-08-02 21:03:14 +00:00
parent 63c2b017d6
commit 1ea0df54f8

View file

@ -21,6 +21,9 @@ ifeq ($(COMPILE_PLATFORM),mingw32)
ifeq ($(COMPILE_ARCH),i386)
COMPILE_ARCH=x86
endif
ifeq ($(COMPILE_ARCH),x86_64)
COMPILE_ARCH=x64
endif
endif
ifndef BUILD_STANDALONE