Bump libcxml.
authorCarl Hetherington <cth@carlh.net>
Mon, 10 Sep 2018 21:15:11 +0000 (22:15 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 10 Sep 2018 21:15:11 +0000 (22:15 +0100)
cscript

diff --git a/cscript b/cscript
index e645b2b49ef02d6cf8dc6dd7f52b578fbb52f948..a21133bcfbbe58a23172b7dfee7120f8f15ee693 100644 (file)
--- a/cscript
+++ b/cscript
@@ -36,9 +36,9 @@ import shutil
 
 def dependencies(target, options):
     if (target.platform == 'windows' and target.version == 'xp') or (options is not None and 'jpeg' in options and options['jpeg'] == 'oj1'):
-        return (('libcxml', 'a45e430'), ('openjpeg-cdist',  '4233dd7'), ('asdcplib-cth', 'b536bc0'))
+        return (('libcxml', 'e09e783'), ('openjpeg-cdist',  '4233dd7'), ('asdcplib-cth', 'b536bc0'))
     else:
-        return (('libcxml', 'a45e430'), ('openjpeg2-cdist', 'c40a3b8'), ('asdcplib-cth', 'b536bc0'))
+        return (('libcxml', 'e09e783'), ('openjpeg2-cdist', 'c40a3b8'), ('asdcplib-cth', 'b536bc0'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory