summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robert <Robbbert@users.noreply.github.com>2015-01-07 22:18:49 +1100
committer Robert <Robbbert@users.noreply.github.com>2015-01-07 22:18:49 +1100
commit53ab5084a468ffe9b029c84861eb2a69ec58199d (patch)
tree740555af5a7937b47e0ad399a51324ff79e18d41
parentf6823c26760f15496d1075ab058d8d2738d4e376 (diff)
fixed compile of derivatives (nw)
-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