fix vst3 makefile
This commit is contained in:
parent
78bb6c54f7
commit
24f2d6601b
@ -110,6 +110,9 @@ endif
|
|||||||
ifeq ($(UNAME_S), Darwin)
|
ifeq ($(UNAME_S), Darwin)
|
||||||
build/$(BUNDLE_DIR)/Contents/%: $(DATA_DIR)/data/% | build/$(BUNDLE_DIR)/Contents
|
build/$(BUNDLE_DIR)/Contents/%: $(DATA_DIR)/data/% | build/$(BUNDLE_DIR)/Contents
|
||||||
cp $^ $@
|
cp $^ $@
|
||||||
|
|
||||||
|
build/$(BUNDLE_DIR)/Contents/%: $(COMMON_DIR)/data/% | build/$(BUNDLE_DIR)/Contents
|
||||||
|
cp $^ $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
build/$(BUNDLE_DIR)/Contents build/$(BUNDLE_DIR)/$(DLL_DIR) build/obj:
|
build/$(BUNDLE_DIR)/Contents build/$(BUNDLE_DIR)/$(DLL_DIR) build/obj:
|
||||||
|
Loading…
Reference in New Issue
Block a user