commit 19d88d2db504c0d0f3505f10c43850c748e6ffe4
parent 09d9de8ba9dcf816bc0106a98602649e7151f427
Author: JP Cimalando <jp-dev@inbox.ru>
Date: Wed, 9 Jan 2019 21:03:06 +0100
Fix a variable naming mistake
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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