mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
fixed compile of derivatives (nw)
This commit is contained in:
parent
f6823c2676
commit
53ab5084a4
6
makefile
6
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,7 +509,8 @@ $(error Unknown OSD)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
#-------------------------------------------------
|
||||
# compile flags
|
||||
# CCOMFLAGS are common flags
|
||||
|
Loading…
Reference in New Issue
Block a user