mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-27 14:32:55 +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)
|
||||
COMPILE_ARCH=x86
|
||||
endif
|
||||
ifeq ($(COMPILE_ARCH),x86_64)
|
||||
COMPILE_ARCH=x64
|
||||
endif
|
||||
endif
|
||||
|
||||
ifndef BUILD_STANDALONE
|
||||
|
|
Loading…
Reference in a new issue