mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Always miss a file (nw)
This commit is contained in:
parent
144234d9f6
commit
c394be2133
1 changed files with 3 additions and 0 deletions
3
makefile
3
makefile
|
@ -95,6 +95,9 @@ endif
|
||||||
ifeq ($(firstword $(filter Darwin,$(UNAME))),Darwin)
|
ifeq ($(firstword $(filter Darwin,$(UNAME))),Darwin)
|
||||||
TARGETOS = macosx
|
TARGETOS = macosx
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(firstword $(filter Haiku,$(UNAME))),Haiku)
|
||||||
|
TARGETOS = haiku
|
||||||
|
endif
|
||||||
|
|
||||||
ifndef TARGETOS
|
ifndef TARGETOS
|
||||||
$(error Unable to detect TARGETOS from uname -a: $(UNAME))
|
$(error Unable to detect TARGETOS from uname -a: $(UNAME))
|
||||||
|
|
Loading…
Reference in a new issue