diff options
-rwxr-xr-x | waf | bin | 97411 -> 100567 bytes | |||
-rw-r--r-- | wscript | 3 |
2 files changed, 1 insertions, 2 deletions
Binary files differ @@ -24,8 +24,7 @@ def configure(conf): autowaf.check_pkg(conf, 'lv2', atleast_version='1.2.0', uselib_store='LV2') - autowaf.display_msg(conf, "LV2 bundle directory", - conf.env.LV2DIR) + autowaf.display_msg(conf, "LV2 bundle directory", conf.env.LV2DIR) print('') def build(bld): |