mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
It's late, last fix for today to avoid introducing new ones.
This commit is contained in:
parent
eb9ed61a68
commit
6815e7cf8f
2
makefile
2
makefile
@ -83,7 +83,7 @@ endif
|
||||
ifeq ($(firstword $(filter FreeBSD,$(UNAME))),FreeBSD)
|
||||
TARGETOS = freebsd
|
||||
endif
|
||||
ifeq ($(firstword $(filter OpenBSD,$(UNAME))),FreeBSD)
|
||||
ifeq ($(firstword $(filter OpenBSD,$(UNAME))),OpenBSD)
|
||||
TARGETOS = openbsd
|
||||
endif
|
||||
ifeq ($(firstword $(filter Darwin,$(UNAME))),Darwin)
|
||||
|
Loading…
Reference in New Issue
Block a user