Update to latest carla, dpf, and pugl, needs testing
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
11d9d6a0be
commit
bcd1b9e273
7 changed files with 19 additions and 30 deletions
4
Makefile
4
Makefile
|
@ -199,7 +199,9 @@ carla:
|
|||
ifneq ($(STATIC_BUILD),true)
|
||||
$(MAKE) static-plugin -C carla $(CARLA_EXTRA_ARGS) \
|
||||
CAN_GENERATE_LV2_TTL=false \
|
||||
STATIC_PLUGIN_TARGET=true
|
||||
CUSTOM_DPF_PATH=$(CURDIR)/dpf \
|
||||
STATIC_PLUGIN_TARGET=true \
|
||||
USING_CUSTOM_DPF=true
|
||||
endif
|
||||
|
||||
deps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue