Browse Source

Update for OSX support

pull/5/head
falkTX 10 years ago
parent
commit
5b0b88e037
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      Makefile
  2. +1
    -1
      dpf

+ 3
- 0
Makefile View File

@@ -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


+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit bbc59691fcbd968514d72da7d88499e0bde1379a
Subproject commit 6f460bced49fb8c749439ba6367aa46d7f311a64

Loading…
Cancel
Save