mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Update waf2.x "subst" feature uses obj attributes
This commit is contained in:
parent
7c381dab6e
commit
4fe3036495
8 changed files with 8 additions and 10 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue