diff options
author | David Robillard <d@drobilla.net> | 2011-10-10 03:14:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-10-10 03:14:24 +0000 |
commit | 6e78d1020c0a2c26202e237a9df6ac1903c58156 (patch) | |
tree | aa99f6d446694dff788c2128d2c4e30bbf394bc0 | |
parent | 79bbfe47452a7bc06fadce3571d319e3c8cda91b (diff) | |
download | lv2-6e78d1020c0a2c26202e237a9df6ac1903c58156.tar.xz |
Remove lv2config warning
-rw-r--r-- | wscript | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -85,14 +85,5 @@ def build(bld): for e in extensions.split(): build_extension(bld, e, 'extensions') - bld.add_post_fun(warn_lv2config) - #for i in ['plugins/eg-amp.lv2', 'plugins/eg-sampler.lv2']: # bld.recurse(i) - -def warn_lv2config(ctx): - if ctx.cmd == 'install': - Logs.warn(''' -* LV2 Extension(s) Installed -* You need to run lv2config to update extension headers -''') |