A few tweaks for native audio/midi, WIP
This commit is contained in:
parent
ba342d24b6
commit
8d9cd6bf85
2 changed files with 3 additions and 3 deletions
|
|
@ -297,12 +297,12 @@ BUILD_CXX_FLAGS += -DCARDINAL_PLUGIN_PREFIX='"$(PREFIX)"'
|
|||
|
||||
ifeq ($(CARDINAL_VARIANT),main)
|
||||
ifneq ($(STATIC_BUILD),true)
|
||||
all: jack lv2 vst3 static
|
||||
all: jack lv2 vst3
|
||||
else
|
||||
all: lv2 vst3
|
||||
endif # STATIC_BUILD
|
||||
else
|
||||
all: lv2 vst2 vst3
|
||||
all: lv2 vst2 vst3 static
|
||||
endif
|
||||
|
||||
CORE_RESOURCES = patches
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue