summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-31 16:05:04 +0000
committerCarl Hetherington <cth@carlh.net>2016-10-31 16:05:04 +0000
commit1359bd34583bf5ef5cc03c2a3e71f1f2b4fc221d (patch)
tree72aa8b8db61ed9bb90d33e263946d020059b13cd /cscript
parente0a433fcf12277c5438b7e1a61a9cbe853e1626b (diff)
Bump libcxml.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 82f4b2bd..a7b1539e 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.2'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', '213c9f8'))
+ return (('libcxml', 'v0.15.3'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', '213c9f8'))
else:
- return (('libcxml', 'v0.15.2'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8'))
+ return (('libcxml', 'v0.15.3'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory