diff options
author | David Robillard <d@drobilla.net> | 2014-12-18 08:01:59 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-12-18 08:01:59 +0000 |
commit | 58be3afcb95d9edf29fc659c9abc9952b8ad0d90 (patch) | |
tree | 0be3eef15ddf35223889745265832e9d79d07c97 | |
parent | e4a1a5d759c820bcd732edd0f6f2c7fbbc7ec103 (diff) |
Upgrade to waf 1.8.5.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/omins.lv2@5496 a436a847-0d15-0410-975c-d299462d15a1
-rwxr-xr-x | waf | bin | 97411 -> 100567 bytes | |||
-rw-r--r-- | wscript | 6 |
2 files changed, 3 insertions, 3 deletions
Binary files differ @@ -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 |