parent
b3fc897e20
commit
63aa11892f
@ -1,12 +0,0 @@
|
||||
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
|
@ -1,13 +0,0 @@
|
||||
diff --git a/wscript b/wscript
|
||||
index f6780d0..bed2995 100644
|
||||
--- a/wscript
|
||||
+++ b/wscript
|
||||
@@ -570,7 +570,7 @@ def test(tst):
|
||||
|
||||
if tst.env.LILV_PYTHON:
|
||||
with tst.group('python') as check:
|
||||
- check(['python', '-m', 'unittest', 'discover', 'bindings/'])
|
||||
+ check(['python3', '-m', 'unittest', 'discover', 'bindings/'])
|
||||
|
||||
with tst.group('plugin') as check:
|
||||
for p in test_plugins:
|
@ -1 +1 @@
|
||||
SHA512 (lilv-0.24.12.tar.bz2) = ea22db4e995792b62d60d793169c792549b8fb0255c2cf7a85780dd149811921e2fae5eaea0fb83465f01b14dfa66361af3be40bf7cb3733e98655b943f4faee
|
||||
SHA512 (lilv-0.24.14.tar.bz2) = f266e91f3cbc325c25dd7d08bde5033091cb3072c2dcb1490e9474f562b798dbc71c45ca7d971ed4dfd6bb16f5f6725ae242a58c4486684b71350e73f1469f47
|
||||
|
Loading…
Reference in new issue