Skip to content

Commit

Permalink
Fix chroot build
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Jan 22, 2018
1 parent 0aadc15 commit 8d2cde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/native-plugins/external/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8d2cde3

Please sign in to comment.