mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
It's late, last fix for today to avoid introducing new ones.
This commit is contained in:
parent
eb9ed61a68
commit
6815e7cf8f
1 changed files with 1 additions and 1 deletions
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 a new issue