summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/makefile b/makefile
index e753ad8c7b4..6d4408329c6 100644
--- a/makefile
+++ b/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