Incorrectly-expressed dependency.
authorCarl Hetherington <cth@carlh.net>
Tue, 1 Mar 2016 21:08:16 +0000 (21:08 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 1 Mar 2016 21:08:16 +0000 (21:08 +0000)
cscript

diff --git a/cscript b/cscript
index 14829773eca2561d5a71f3cc84b7466f13fda34c..473cac2eaf3048185065c2e886622d3c9c1766b5 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('asdcplib-cth', 'v0.1.0'), ('libcxml', '0.15.1'))
+    return (('asdcplib-cth', 'v0.1.0'), ('libcxml', 'v0.15.1'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory