From 956bade11fe037645702ecf99ce1db7a2abf9ff3 Mon Sep 17 00:00:00 2001 From: JP Cimalando Date: Wed, 9 Jan 2019 21:03:33 +0100 Subject: [PATCH] Fix a variable naming mistake --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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