mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 19:45:10 +00:00
kablamo (#561)
This commit is contained in:
parent
8f0099cd85
commit
777c41e50d
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -109,6 +109,10 @@ ifeq ($(HOST_OS),Windows)
|
||||||
WINDOWS_BUILD := 1
|
WINDOWS_BUILD := 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(HOST_OS),Darwin)
|
||||||
|
OSX_BUILD := 1
|
||||||
|
endif
|
||||||
|
|
||||||
# MXE overrides
|
# MXE overrides
|
||||||
|
|
||||||
ifeq ($(WINDOWS_BUILD),1)
|
ifeq ($(WINDOWS_BUILD),1)
|
||||||
|
|
Loading…
Reference in a new issue