From a840258cea5829b5d0935c588c98bcc0f204afd8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 2 Apr 2020 21:50:01 +0200 Subject: Bump libcxml for new force-cpp stuff. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 2c5048a9..42d70841 100644 --- 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: -- cgit v1.2.3