mirror of
https://github.com/UberGames/ioef.git
synced 2025-03-01 14:40:49 +00:00
Change x86_64 to x64 for mingw.
This commit is contained in:
parent
63c2b017d6
commit
1ea0df54f8
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -21,6 +21,9 @@ ifeq ($(COMPILE_PLATFORM),mingw32)
|
||||||
ifeq ($(COMPILE_ARCH),i386)
|
ifeq ($(COMPILE_ARCH),i386)
|
||||||
COMPILE_ARCH=x86
|
COMPILE_ARCH=x86
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(COMPILE_ARCH),x86_64)
|
||||||
|
COMPILE_ARCH=x64
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef BUILD_STANDALONE
|
ifndef BUILD_STANDALONE
|
||||||
|
|
Loading…
Reference in a new issue