summaryrefslogtreecommitdiff
path: root/libs/plugins/reasonablesynth.lv2
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-01-25 06:20:16 +0100
committerRobin Gareus <robin@gareus.org>2020-01-25 06:20:28 +0100
commit4fe30364951ea46b93e3c93acbaf2f777343d131 (patch)
tree8bc96e6c63b71eafe8d0a970fcc58dd4edf57231 /libs/plugins/reasonablesynth.lv2
parent7c381dab6e0977f61f9bbd08bd1d20f0fe2abcf6 (diff)
Update waf2.x "subst" feature uses obj attributes
Diffstat (limited to 'libs/plugins/reasonablesynth.lv2')
-rw-r--r--libs/plugins/reasonablesynth.lv2/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/plugins/reasonablesynth.lv2/wscript b/libs/plugins/reasonablesynth.lv2/wscript
index 73cbe6a089..2ee6b399f3 100644
--- a/libs/plugins/reasonablesynth.lv2/wscript
+++ b/libs/plugins/reasonablesynth.lv2/wscript
@@ -31,7 +31,7 @@ def build(bld):
obj.target = '../../LV2/%s/%s' % (bundle, i)
obj.install_path = '${LV2DIR}/%s' % bundle
obj.chmod = Utils.O644
- obj.dict = {'LIB_EXT': module_ext}
+ obj.LIB_EXT = module_ext
# Build plugin library
obj = bld(features = 'c cshlib',