Rework how resource files are installed
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
47ac677388
commit
29122b180b
4 changed files with 25 additions and 21 deletions
|
@ -223,7 +223,7 @@ ifeq ($(NAME),CardinalFX)
|
|||
|
||||
all: lv2 vst2 vst3 resources
|
||||
|
||||
CORE_RESOURCES = $(filter-out icon.png,$(subst ../Rack/res/,,$(wildcard ../Rack/res/*))) template.vcv
|
||||
CORE_RESOURCES = $(subst ../Rack/res/,,$(wildcard ../Rack/res/ComponentLibrary/*.svg ../Rack/res/fonts/*.ttf)) template.vcv
|
||||
|
||||
PLUGIN_RESOURCES += $(CORE_RESOURCES:%=$(TARGET_DIR)/CardinalFX.lv2/resources/%)
|
||||
ifeq ($(MACOS),true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue