From 47380b7e7e4bd32685ecc0a36e719c330bc9c1b3 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 2 Jul 2022 21:36:23 +0100 Subject: [PATCH] Fix for main carla makefile changes Signed-off-by: falkTX --- Makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.mk b/Makefile.mk index fe23094..58c18bc 100644 --- a/Makefile.mk +++ b/Makefile.mk @@ -10,7 +10,7 @@ CXXFLAGS += -isystem /opt/kxstudio/include/ntk endif endif -ifeq ($(MACOS_OR_WIN32),true) +ifeq ($(MACOS_OR_WINDOWS),true) SKIP_ZYN_SYNTH = true endif @@ -94,7 +94,7 @@ ifeq ($(HAVE_ZYN_DEPS),true) # Common flags ZYN_BASE_FLAGS = $(shell pkg-config $(PKG_CONFIG_FLAGS) --cflags liblo mxml) ZYN_BASE_FLAGS += -Iexternal/zynaddsubfx -Iexternal/zynaddsubfx/rtosc -ifneq ($(WIN32),true) +ifneq ($(WINDOWS),true) ZYN_BASE_FLAGS += -DHAVE_ASYNC endif