You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
276 B
13 lines
276 B
3 years ago
|
diff --git a/wscript b/wscript
|
||
|
index 9810fed..1a13ea7 100644
|
||
|
--- a/wscript
|
||
|
+++ b/wscript
|
||
|
@@ -556,6 +556,7 @@ def build(bld):
|
||
|
|
||
|
# Documentation
|
||
|
if bld.env.DOCS:
|
||
|
+ bld.env.LILV_MAJOR_VERSION = LILV_MAJOR_VERSION
|
||
|
bld.recurse('doc/c')
|
||
|
|
||
|
# Man pages
|