Bump libcxml.
authorCarl Hetherington <cth@carlh.net>
Wed, 24 May 2017 12:06:37 +0000 (13:06 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 24 May 2017 12:06:37 +0000 (13:06 +0100)
cscript

diff --git a/cscript b/cscript
index ceed41e1684443414e22a9e29367a3bda5a40ec5..230b921162bf9959a319bccda3f61bb718b02f78 100644 (file)
--- 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.4'), ('openjpeg-cdist',  '5d8bffd'), ('asdcplib-cth', 'f3b0fb8'))
+        return (('libcxml', '25e945f'), ('openjpeg-cdist',  '5d8bffd'), ('asdcplib-cth', 'f3b0fb8'))
     else:
-        return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '8ea62cc'), ('asdcplib-cth', 'f3b0fb8'))
+        return (('libcxml', '25e945f'), ('openjpeg2-cdist', '8ea62cc'), ('asdcplib-cth', 'f3b0fb8'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory