summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-07 13:41:41 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-07 13:41:41 +0000
commitab45927dea48db6c9bf661c0bb51fbc412a2ed9a (patch)
tree86c9fc32ac0df03741ca4f9a2a5e7abf8026bc11 /cscript
parente647ebc6c68ebba8d9ad65c84e37d8ee949c4b22 (diff)
Tweak cscript for compatibility with updated cdist.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 9de6c30d..a40e2ff7 100644
--- 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'