Fix build with zynaddsubfx dependencies installed
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
b0d331d12e
commit
a560b3726f
2 changed files with 5 additions and 1 deletions
2
carla
2
carla
|
@ -1 +1 @@
|
||||||
Subproject commit c24dcfd3c1ac8793c59c8ff0b7310e4c276c5368
|
Subproject commit 8c8efd2b1eeec5cf80cb6cd6739cbc70cbbc9bee
|
|
@ -16,6 +16,10 @@ SYSDEPS ?= false
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
# Carla stuff
|
# Carla stuff
|
||||||
|
|
||||||
|
ifneq ($(DEBUG),true)
|
||||||
|
EXTERNAL_PLUGINS = true
|
||||||
|
endif
|
||||||
|
|
||||||
CWD = ../../carla/source
|
CWD = ../../carla/source
|
||||||
include $(CWD)/Makefile.deps.mk
|
include $(CWD)/Makefile.deps.mk
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue