This is a bit weird, but works
This commit is contained in:
parent
991ed6c8a7
commit
7552ac59e1
2 changed files with 8 additions and 0 deletions
|
@ -189,6 +189,9 @@ endif
|
|||
resources: $(PLUGIN_RESOURCES)
|
||||
|
||||
ifneq ($(NAME),Cardinal)
|
||||
lv2: resources
|
||||
vst2: resources
|
||||
vst3: resources
|
||||
$(TARGET_DIR)/$(NAME).%: $(TARGET_DIR)/Cardinal.%
|
||||
-@mkdir -p "$(shell dirname $@)"
|
||||
ln -sf $(abspath $<) $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue