Properly setup macOS VST2/3 bundles
This commit is contained in:
parent
48125054a6
commit
33c496532e
2 changed files with 1 additions and 4 deletions
3
Makefile
3
Makefile
|
|
@ -58,9 +58,6 @@ resources: cardinal
|
||||||
ifneq ($(CROSS_COMPILING),true)
|
ifneq ($(CROSS_COMPILING),true)
|
||||||
gen: cardinal resources dpf/utils/lv2_ttl_generator
|
gen: cardinal resources dpf/utils/lv2_ttl_generator
|
||||||
@$(CURDIR)/dpf/utils/generate-ttl.sh
|
@$(CURDIR)/dpf/utils/generate-ttl.sh
|
||||||
ifeq ($(MACOS),true)
|
|
||||||
@$(CURDIR)/dpf/utils/generate-vst-bundles.sh
|
|
||||||
endif
|
|
||||||
|
|
||||||
dpf/utils/lv2_ttl_generator:
|
dpf/utils/lv2_ttl_generator:
|
||||||
$(MAKE) -C dpf/utils/lv2-ttl-generator
|
$(MAKE) -C dpf/utils/lv2-ttl-generator
|
||||||
|
|
|
||||||
2
dpf
2
dpf
|
|
@ -1 +1 @@
|
||||||
Subproject commit e2dcc29bfb65341f51736ef4e09b01baedb0d068
|
Subproject commit 2d1ec00e27c7ac2f5f1fc84ebaacf0a49b220502
|
||||||
Loading…
Add table
Add a link
Reference in a new issue