Fix local path to template.vcv
This commit is contained in:
parent
0cc5d347ff
commit
7d5cfe997d
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ all: jack lv2 vst2 vst3 resources
|
||||||
|
|
||||||
ifeq ($(NAME),Cardinal)
|
ifeq ($(NAME),Cardinal)
|
||||||
|
|
||||||
CORE_RESOURCES = $(subst ../Rack/res/,,$(wildcard ../Rack/res/*)) ../template.vcv
|
CORE_RESOURCES = $(subst ../Rack/res/,,$(wildcard ../Rack/res/*)) template.vcv
|
||||||
|
|
||||||
PLUGIN_RESOURCES += $(CORE_RESOURCES:%=$(TARGET_DIR)/Cardinal.lv2/resources/%)
|
PLUGIN_RESOURCES += $(CORE_RESOURCES:%=$(TARGET_DIR)/Cardinal.lv2/resources/%)
|
||||||
ifeq ($(MACOS),true)
|
ifeq ($(MACOS),true)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue