Browse Source

Fix chroot build

tags/1.9.8
falkTX 8 years ago
parent
commit
8d2cde3041
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/native-plugins/external/Makefile.mk

+ 1
- 1
source/native-plugins/external/Makefile.mk View File

@@ -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)


Loading…
Cancel
Save