mirror of
https://github.com/izzy2lost/sm64-izzys-port-android.git
synced 2026-07-05 15:19:31 -07:00
Made the game even easier to compile in MXE.
This commit is contained in:
@@ -64,7 +64,17 @@ else
|
||||
TARGET_ARCH ?= native
|
||||
endif
|
||||
|
||||
TARGET_BITS ?= 0
|
||||
ifeq ($(WINDOWS_BUILD),1)
|
||||
ifeq ($(CROSS),i686-w64-mingw32.static-)
|
||||
TARGET_BITS = 32
|
||||
else ifeq ($(CROSS),x86_64-w64-mingw32.static-)
|
||||
TARGET_BITS = 64
|
||||
else
|
||||
TARGET_BITS ?= 0
|
||||
endif
|
||||
else
|
||||
TARGET_BITS ?= 0
|
||||
endif
|
||||
|
||||
ifneq ($(TARGET_BITS),0)
|
||||
BITS := -m$(TARGET_BITS)
|
||||
|
||||
Reference in New Issue
Block a user