aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-02 07:21:43 +0000
committerDavid Robillard <d@drobilla.net>2011-03-02 07:21:43 +0000
commitee6e8ad73b6e1f39dfd555ffbc6374f7fab1bf25 (patch)
tree70f653b92554bbd218bfa0f985d086e43fb5f4d8 /wscript
parentc9726398e1669557888d819b1c48630f6f38bc46 (diff)
downloadlv2-ee6e8ad73b6e1f39dfd555ffbc6374f7fab1bf25.tar.xz
Fix building with new core.lv2.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index a54db0c..123725c 100644
--- a/wscript
+++ b/wscript
@@ -32,6 +32,7 @@ def configure(conf):
pat = conf.env['cshlib_PATTERN']
ext = pat[pat.rfind('.'):]
conf.env.append_value('cshlib_EXTENSION', ext)
+ conf.write_config_header('lv2-config.h', remove=False)
def build_extension(bld, name, dir):
data_file = '%s/%s.lv2/%s.ttl' % (dir, name, name)