Finish jucewrapper details, attempt at AU packaging

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-03-12 01:52:10 +00:00
parent d6cc4af637
commit ef1d02bbc6
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
5 changed files with 488 additions and 93 deletions

View file

@ -257,10 +257,8 @@ BUILD_CXX_FLAGS += -DCARDINAL_PLUGIN_PREFIX='"$(PREFIX)"'
ifeq ($(CARDINAL_VARIANT),main)
all: jack lv2 vst3
else ifeq ($(CARDINAL_VARIANT),fx)
all: lv2 vst2 vst3 static
else
all: lv2 vst2 vst3
all: lv2 vst2 vst3 static
endif
CORE_RESOURCES = $(subst ../Rack/res/,,$(wildcard ../Rack/res/ComponentLibrary/*.svg ../Rack/res/fonts/*.ttf))