Fix local path to template.vcv

This commit is contained in:
falkTX 2021-10-29 10:53:19 +01:00
parent 0cc5d347ff
commit 7d5cfe997d

View file

@ -169,7 +169,7 @@ all: jack lv2 vst2 vst3 resources
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/%)
ifeq ($(MACOS),true)