From 4fe30364951ea46b93e3c93acbaf2f777343d131 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 25 Jan 2020 06:20:16 +0100 Subject: Update waf2.x "subst" feature uses obj attributes --- libs/fst/wscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libs/fst') 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 = ( -- cgit v1.2.3