1
Fork 0

Fix build

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-04-04 21:46:57 +01:00
parent a65840d2cd
commit d633abc35c
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 10 additions and 2 deletions

2
carla

@ -1 +1 @@
Subproject commit f55b034fb53d354fc4b0e025babc6cc3679ed6d1
Subproject commit 04558b63101de55556733edfa4a369b51f36e9b3

2
dpf

@ -1 +1 @@
Subproject commit 1bab2267628ec5c58e8b41d9df4f346bbde3545a
Subproject commit c2f66ac3c7d62082d38cc806bd86e15cebb9c6a7

View File

@ -320,6 +320,14 @@ $(TARGET_DIR)/%/template.vcv: ../template.vcv
-@mkdir -p "$(shell dirname $@)"
$(SILENT)ln -sf $(abspath $<) $@
$(TARGET_DIR)/%/template-fx.vcv: ../template-fx.vcv
-@mkdir -p "$(shell dirname $@)"
$(SILENT)ln -sf $(abspath $<) $@
$(TARGET_DIR)/%/template-synth.vcv: ../template-synth.vcv
-@mkdir -p "$(shell dirname $@)"
$(SILENT)ln -sf $(abspath $<) $@
$(TARGET_DIR)/$(NAME).lv2/resources/%: ../Rack/res/%
-@mkdir -p "$(shell dirname $@)"
$(SILENT)ln -sf $(abspath $<) $@