summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-31 16:32:41 +0000
committerCarl Hetherington <cth@carlh.net>2016-10-31 16:32:41 +0000
commit37ad31ba9f10debd6eefd3c62b4cdae97a7d5218 (patch)
tree073cf7a7ef13cf4758779417c05f75605a9652b2 /cscript
parent32ba96de21896ab970ba8cd4207736dfb1785a8b (diff)
Version churn.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index a7b1539e..32bd74ca 100644
--- a/cscript
+++ b/cscript
@@ -35,9 +35,9 @@ import os
def dependencies(target):
if target.platform == 'windows' and target.version == 'xp':
- return (('libcxml', 'v0.15.3'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', '213c9f8'))
+ return (('libcxml', 'v0.15.4'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', '213c9f8'))
else:
- return (('libcxml', 'v0.15.3'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8'))
+ return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory