summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index 9810fed..e57bbfb 100644
--- a/wscript
+++ b/wscript
@@ -109,6 +109,8 @@ def configure(conf):
if conf.env.DOCS:
conf.load('sphinx')
+ conf.env.LILV_MAJOR_VERSION = LILV_MAJOR_VERSION
+
conf.env.BASH_COMPLETION = not Options.options.no_bash_completion
conf.env.BUILD_UTILS = not Options.options.no_utils
conf.env.BUILD_SHARED = not Options.options.no_shared