Browse Source

Fix build with zynaddsubfx dependencies installed

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 4 years ago
parent
commit
a560b3726f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 5 additions and 1 deletions
  1. +1
    -1
      carla
  2. +4
    -0
      src/Makefile.cardinal.mk

+ 1
- 1
carla

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

+ 4
- 0
src/Makefile.cardinal.mk 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



Loading…
Cancel
Save