Bump libcxml for new force-cpp stuff.
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Apr 2020 19:50:01 +0000 (21:50 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Apr 2020 19:50:46 +0000 (21:50 +0200)
cscript

diff --git a/cscript b/cscript
index 2c5048a9bb52393693a6b7a0e9ebb92f30f9258d..42d708413e35099d931f87cc2ed6898d18160b35 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', '0d18df4', {'force-cpp11': options['force-cpp11']})
+    libcxml = ('libcxml', '2b8b650', {'force-cpp11': options['force-cpp11']})
     if (target.platform == 'windows' and target.version == 'xp') or options['jpeg'] == 'oj1':
         return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'carl'))
     else: