Tweak cscript for compatibility with updated cdist.
authorCarl Hetherington <cth@carlh.net>
Tue, 7 Jan 2014 13:41:41 +0000 (13:41 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 7 Jan 2014 13:41:41 +0000 (13:41 +0000)
cscript

diff --git a/cscript b/cscript
index 9de6c30d73b7a1e7f255a35a5cccf250dea2631d..a40e2ff707c4ff001c69496b3c7384972a4211a7 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,9 +1,9 @@
 import os
 
 def dependencies(target):
-    return (('libcxml', 'v0.08'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9'))
+    return (('libcxml', '890fb170eb4acb4af0e67d204b32b2d9fa1512c6'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9'))
 
-def build(target):
+def build(target, options):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()
     if target.platform == 'linux':
         cmd += ' --static'