Bump libcxml for waf upgrade.
authorCarl Hetherington <cth@carlh.net>
Mon, 10 Sep 2018 21:23:33 +0000 (22:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 10 Sep 2018 21:23:33 +0000 (22:23 +0100)
cscript

diff --git a/cscript b/cscript
index a21133bcfbbe58a23172b7dfee7120f8f15ee693..bda7f3a089b38c36996fda3f4ab30be4fa1a6d2c 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', 'e09e783'), ('openjpeg-cdist',  '4233dd7'), ('asdcplib-cth', 'b536bc0'))
+        return (('libcxml', '6dd54f6'), ('openjpeg-cdist',  '4233dd7'), ('asdcplib-cth', 'b536bc0'))
     else:
-        return (('libcxml', 'e09e783'), ('openjpeg2-cdist', 'c40a3b8'), ('asdcplib-cth', 'b536bc0'))
+        return (('libcxml', '6dd54f6'), ('openjpeg2-cdist', 'c40a3b8'), ('asdcplib-cth', 'b536bc0'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory