From 58be3afcb95d9edf29fc659c9abc9952b8ad0d90 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Dec 2014 08:01:59 +0000 Subject: Upgrade to waf 1.8.5. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/omins.lv2@5496 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wscript') 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 -- cgit v1.2.1