This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
43
Activity
Browse Source
Fix chroot build
tags/1.9.8
falkTX
8 years ago
parent
0aadc15c16
commit
8d2cde3041
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save