Browse Source

Fix local path to template.vcv

tags/22.02
falkTX 3 years ago
parent
commit
7d5cfe997d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Makefile.cardinal.mk

+ 1
- 1
src/Makefile.cardinal.mk 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)


Loading…
Cancel
Save