summaryrefslogtreecommitdiff
path: root/libs/fst
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/fst
parent7c381dab6e0977f61f9bbd08bd1d20f0fe2abcf6 (diff)
Update waf2.x "subst" feature uses obj attributes
Diffstat (limited to 'libs/fst')
-rw-r--r--libs/fst/wscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/fst/wscript b/libs/fst/wscript
index 64b7bb5d5b..0ef6cfe396 100644
--- a/libs/fst/wscript
+++ b/libs/fst/wscript
@@ -52,9 +52,7 @@ def build(bld):
obj.target = 'ardour-vst-scanner'
obj.chmod = Utils.O755
obj.install_path = os.path.join(bld.env['LIBDIR'])
- obj.dict = {
- 'VERSION' : bld.env['VERSION'],
- }
+ obj.VERSION = bld.env['VERSION']
obj = bld (features = 'c cxx cxxprogram wine')
obj.source = (