This is a bit weird, but works

This commit is contained in:
falkTX 2021-10-27 19:57:49 +01:00
parent 991ed6c8a7
commit 7552ac59e1
2 changed files with 8 additions and 0 deletions

View file

@ -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 $<) $@