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

View file

@ -16,6 +16,10 @@ SYSDEPS ?= false
# --------------------------------------------------------------
# Carla stuff
ifneq ($(DEBUG),true)
EXTERNAL_PLUGINS = true
endif
CWD = ../../carla/source
include $(CWD)/Makefile.deps.mk