aboutsummaryrefslogtreecommitdiffstats
path: root/core.lv2/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'core.lv2/wscript')
-rw-r--r--core.lv2/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/core.lv2/wscript b/core.lv2/wscript
index aa0edba..ae0b262 100644
--- a/core.lv2/wscript
+++ b/core.lv2/wscript
@@ -86,7 +86,7 @@ def build(bld):
bld.install_files('${LV2DIR}/lv2core.lv2', 'lv2.h')
# Pkgconfig file
- autowaf.build_pc(bld, 'LV2CORE', LV2CORE_VERSION, [])
+ autowaf.build_pc(bld, 'LV2CORE', LV2CORE_VERSION, '', [])
# Bundle (data)
bld.install_files('${LV2DIR}/lv2core.lv2', 'lv2.ttl manifest.ttl')