diff options
Diffstat (limited to 'plugins/eg-synth.lv2')
-rw-r--r-- | plugins/eg-synth.lv2/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/eg-synth.lv2/wscript b/plugins/eg-synth.lv2/wscript index 45e0c13..7c3cbba 100644 --- a/plugins/eg-synth.lv2/wscript +++ b/plugins/eg-synth.lv2/wscript @@ -47,10 +47,10 @@ def build(bld): # Copy other data files to build bundle (build/eg-amp.lv2) for i in ['synth.ttl']: bld(features = 'subst', + is_copy = True, source = i, target = '%s/%s' % (bundle, i), - install_path = '${LV2DIR}/%s' % bundle, - LIB_EXT = bld.env['pluginlib_EXT']) + install_path = '${LV2DIR}/%s' % bundle) # Use LV2 headers from parent directory if building as a sub-project includes = None |