Bump libcxml.
authorCarl Hetherington <cth@carlh.net>
Tue, 28 Jul 2020 11:02:51 +0000 (13:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 28 Jul 2020 11:02:51 +0000 (13:02 +0200)
cscript

diff --git a/cscript b/cscript
index 4efd84b0f71ecb119f50709d0643b6ba66ea3e78..2682439eab8b227e8b860d0cecfad34c504a2d20 100644 (file)
--- a/cscript
+++ b/cscript
@@ -37,7 +37,7 @@ import shutil
 option_defaults = { 'force-cpp11': False, 'jpeg': 'oj2' }
 
 def dependencies(target, options):
-    libcxml = ('libcxml', '2b8b650', {'force-cpp11': options['force-cpp11']})
+    libcxml = ('libcxml', 'c333199', {'force-cpp11': options['force-cpp11']})
     if (target.platform == 'windows' and target.version == 'xp') or options['jpeg'] == 'oj1':
         return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'carl'))
     else: