aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwafbin97411 -> 100567 bytes
-rw-r--r--wscript6
2 files changed, 3 insertions, 3 deletions
diff --git a/waf b/waf
index a59c289..faf9dde 100755
--- a/waf
+++ b/waf
Binary files differ
diff --git a/wscript b/wscript
index c96ee05..40d7264 100644
--- a/wscript
+++ b/wscript
@@ -34,8 +34,7 @@ def configure(conf):
conf.env.pluginlib_PATTERN = pat
conf.env.pluginlib_EXT = pat[pat.rfind('.'):]
- autowaf.display_msg(conf, "LV2 bundle directory",
- conf.env.LV2DIR)
+ autowaf.display_msg(conf, "LV2 bundle directory", conf.env.LV2DIR)
print('')
def build_plugin(bld, lang, bundle, name, source, defines=None):
@@ -49,7 +48,8 @@ def build_plugin(bld, lang, bundle, name, source, defines=None):
name = name,
target = os.path.join(bundle, name),
uselib = ['LV2'],
- install_path = '${LV2DIR}/' + bundle)
+ install_path = '${LV2DIR}/' + bundle,
+ lib = ['m'])
if defines != None:
obj.defines = defines