summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Cimalando <jp-dev@inbox.ru>2019-01-09 21:03:33 +0100
committerFilipe Coelho <falktx@falktx.com>2019-01-11 10:29:59 +0100
commit19d88d2db504c0d0f3505f10c43850c748e6ffe4 (patch)
tree870158373b69831e3e02d1b1e13bf1de7f83f6d0
parent09d9de8ba9dcf816bc0106a98602649e7151f427 (diff)
Fix a variable naming mistake
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d12bc33..b8b23a22 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ ifeq ($(HAVE_CAIRO),true)
$(MAKE) all -C examples/CairoUI
endif
-ifneq ($(MACOS_OR_WIN32),true)
+ifneq ($(MACOS_OR_WINDOWS),true)
# ExternalUI is WIP
$(MAKE) all -C examples/ExternalUI
install -d bin/d_extui-dssi