diff options
Diffstat (limited to 'plugins/eg-sampler.lv2')
-rw-r--r-- | plugins/eg-sampler.lv2/wscript | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/eg-sampler.lv2/wscript b/plugins/eg-sampler.lv2/wscript index 3656edc..5d0e03f 100644 --- a/plugins/eg-sampler.lv2/wscript +++ b/plugins/eg-sampler.lv2/wscript @@ -16,7 +16,6 @@ def options(opt): autowaf.set_options(opt) def configure(conf): - autowaf.display_header('Sampler Configuration') conf.load('compiler_c', cache=True) conf.load('lv2', cache=True) conf.load('autowaf', cache=True) @@ -30,9 +29,6 @@ def configure(conf): atleast_version='2.18.0', mandatory=False) conf.check(features='c cshlib', lib='m', uselib_store='M', mandatory=False) - autowaf.display_msg(conf, 'LV2 bundle directory', conf.env.LV2DIR) - print('') - def build(bld): bundle = 'eg-sampler.lv2' |