A few tweaks for native audio/midi, WIP

This commit is contained in:
falkTX 2022-07-22 21:11:06 +01:00
parent ba342d24b6
commit 8d9cd6bf85
2 changed files with 3 additions and 3 deletions

2
dpf

@ -1 +1 @@
Subproject commit ab2cde1758d457bf481747e720f245c879ef678d Subproject commit d200db475b74a20e244bbfc2031527666c614eb4

View file

@ -297,12 +297,12 @@ BUILD_CXX_FLAGS += -DCARDINAL_PLUGIN_PREFIX='"$(PREFIX)"'
ifeq ($(CARDINAL_VARIANT),main) ifeq ($(CARDINAL_VARIANT),main)
ifneq ($(STATIC_BUILD),true) ifneq ($(STATIC_BUILD),true)
all: jack lv2 vst3 static all: jack lv2 vst3
else else
all: lv2 vst3 all: lv2 vst3
endif # STATIC_BUILD endif # STATIC_BUILD
else else
all: lv2 vst2 vst3 all: lv2 vst2 vst3 static
endif endif
CORE_RESOURCES = patches CORE_RESOURCES = patches