mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
Always miss a file (nw)
This commit is contained in:
parent
144234d9f6
commit
c394be2133
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 New Issue
Block a user