Update waf2.x "subst" feature uses obj attributes

This commit is contained in:
Robin Gareus 2020-01-25 06:20:16 +01:00
parent 7c381dab6e
commit 4fe3036495
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
8 changed files with 8 additions and 10 deletions

View file

@ -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 = 'cxx cshlib',