From 8d2cde3041cae6889e78ee13901a6bdb9533e6ed Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 22 Jan 2018 22:05:35 +0100 Subject: [PATCH] Fix chroot build --- source/native-plugins/external/Makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/native-plugins/external/Makefile.mk b/source/native-plugins/external/Makefile.mk index 58028bf46b..36e9123a74 100644 --- a/source/native-plugins/external/Makefile.mk +++ b/source/native-plugins/external/Makefile.mk @@ -127,7 +127,7 @@ ZYN_DSP_LIBS = $(ZYN_BASE_LIBS) ZYN_DSP_LIBS += $(shell pkg-config --libs fftw3 zlib) ifeq ($(SKIP_ZYN_SYNTH),true) -ZYN_DSP_LIBS += -DSKIP_ZYN_SYNTH +BASE_FLAGS += -DSKIP_ZYN_SYNTH else # UI flags ifeq ($(HAVE_ZYN_UI_DEPS),true)