Bump libcxml for the new force-cpp11 stuff.
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Apr 2020 19:52:02 +0000 (21:52 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Apr 2020 19:52:02 +0000 (21:52 +0200)
cscript

diff --git a/cscript b/cscript
index 82b2cf3336ba362dd8fdd4ba51c4d880941c7134..42a6a11702e443d032fa8e235dfe4602049929c3 100644 (file)
--- a/cscript
+++ b/cscript
@@ -23,7 +23,7 @@ option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
     libdcp =  ('libdcp',       None, { 'force-cpp11': options['force-cpp11'] })
-    libcxml = ('libcxml', '0d18df4', { 'force-cpp11': options['force-cpp11'] })
+    libcxml = ('libcxml', '2b8b650', { 'force-cpp11': options['force-cpp11'] })
     return (('asdcplib', 'carl'), libcxml, libdcp)
 
 def build(target, options):