From 24f2d6601bd1ab5af541718e0ca2475171b31bfa Mon Sep 17 00:00:00 2001 From: Paolo Marrone Date: Mon, 29 Jul 2024 16:26:42 +0200 Subject: [PATCH] fix vst3 makefile --- templates/vst3-make/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/vst3-make/Makefile b/templates/vst3-make/Makefile index 09bf6ef..033997f 100644 --- a/templates/vst3-make/Makefile +++ b/templates/vst3-make/Makefile @@ -110,6 +110,9 @@ endif ifeq ($(UNAME_S), Darwin) build/$(BUNDLE_DIR)/Contents/%: $(DATA_DIR)/data/% | build/$(BUNDLE_DIR)/Contents cp $^ $@ + +build/$(BUNDLE_DIR)/Contents/%: $(COMMON_DIR)/data/% | build/$(BUNDLE_DIR)/Contents + cp $^ $@ endif build/$(BUNDLE_DIR)/Contents build/$(BUNDLE_DIR)/$(DLL_DIR) build/obj: