This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
plugin-examples
mirror of
git://github.com/DISTRHO/plugin-examples
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Auto-generate mac-vst bundles if under osx
pull/2/head
falkTX
9 years ago
parent
6e47b6f639
commit
ccbe124206
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Makefile
+1
-1
dpf
+ 3
- 0
Makefile
View File
@@ -21,6 +21,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
+ 1
- 1
dpf
@@ -1 +1 @@
Subproject commit
d362fed0020b0ba78b452b709b7e9ebb1334c2f8
Subproject commit
23f6ab59fde5ed8dfa29712b775c7714b2b8b984
Write
Preview
Loading…
Cancel
Save