From bee23190f28f07ef4398072d6de2daa1a5a98843 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Aug 2012 20:40:27 +0000 Subject: Use shiny/odd/portable new subst ability to copy files. --- plugins/eg-amp.lv2/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/eg-amp.lv2') diff --git a/plugins/eg-amp.lv2/wscript b/plugins/eg-amp.lv2/wscript index 615077b..52c2afc 100644 --- a/plugins/eg-amp.lv2/wscript +++ b/plugins/eg-amp.lv2/wscript @@ -47,10 +47,10 @@ def build(bld): # Copy other data files to build bundle (build/eg-amp.lv2) for i in ['amp.ttl']: bld(features = 'subst', + is_copy = True, source = i, target = '%s/%s' % (bundle, i), - install_path = '${LV2DIR}/%s' % bundle, - LIB_EXT = module_ext) + install_path = '${LV2DIR}/%s' % bundle) # Use LV2 headers from parent directory if building as a sub-project includes = None -- cgit v1.2.1