Fix build with zynaddsubfx dependencies installed

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-10 13:24:58 +00:00
parent b0d331d12e
commit a560b3726f
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 5 additions and 1 deletions

2
carla

@ -1 +1 @@
Subproject commit c24dcfd3c1ac8793c59c8ff0b7310e4c276c5368 Subproject commit 8c8efd2b1eeec5cf80cb6cd6739cbc70cbbc9bee

View file

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