diff options
author | David Robillard <d@drobilla.net> | 2012-03-31 01:23:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-31 01:23:24 +0000 |
commit | e93c9f91918e685e67541f057293eb72b23e9bed (patch) | |
tree | b7f4cbd23cf133fabee54fbea15da2031abdb327 | |
parent | 064226a219136cbb7a01ac8feb7569c58a749d3d (diff) | |
download | mda.lv2-e93c9f91918e685e67541f057293eb72b23e9bed.tar.gz mda.lv2-e93c9f91918e685e67541f057293eb72b23e9bed.tar.bz2 mda.lv2-e93c9f91918e685e67541f057293eb72b23e9bed.zip |
Don't attempt to build incomplete Looplex plugin.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4132 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,6 @@ def build(bld): JX10 Leslie Limiter - Looplex Loudness MultiBand Overdrive @@ -121,6 +120,7 @@ def build(bld): VocInput Vocoder '''.split() +# Looplex # Build plugin libraries for i in plugins: |