mirror of
https://github.com/holub/mame
synced 2025-10-05 00:38:58 +03:00
fixed compile of derivatives (nw)
This commit is contained in:
parent
f6823c2676
commit
53ab5084a4
4
makefile
4
makefile
@ -499,6 +499,9 @@ else
|
||||
ifeq ($(OSD),windows)
|
||||
DEFS += -DOSD_WINDOWS
|
||||
else
|
||||
ifeq ($(OSD),winui)
|
||||
DEFS += -DOSD_WINDOWS
|
||||
else
|
||||
ifeq ($(OSD),osdmini)
|
||||
DEFS += -DOSD_MINI
|
||||
else
|
||||
@ -506,6 +509,7 @@ $(error Unknown OSD)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
#-------------------------------------------------
|
||||
# compile flags
|
||||
|
Loading…
Reference in New Issue
Block a user