Update for OSX support
This commit is contained in:
parent
0960ce1eda
commit
5b0b88e037
3
Makefile
3
Makefile
|
@ -16,6 +16,9 @@ plugins: libs
|
|||
|
||||
gen: plugins dpf/utils/lv2_ttl_generator
|
||||
@$(CURDIR)/dpf/utils/generate-ttl.sh
|
||||
ifeq ($(MACOS),true)
|
||||
@$(CURDIR)/dpf/utils/generate-vst-bundles.sh
|
||||
endif
|
||||
|
||||
dpf/utils/lv2_ttl_generator:
|
||||
$(MAKE) -C dpf/utils/lv2-ttl-generator
|
||||
|
|
2
dpf
2
dpf
|
@ -1 +1 @@
|
|||
Subproject commit bbc59691fcbd968514d72da7d88499e0bde1379a
|
||||
Subproject commit 6f460bced49fb8c749439ba6367aa46d7f311a64
|
Loading…
Reference in New Issue