Bump libdcp for fix to spacey XSD filenames.
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Jun 2020 14:56:55 +0000 (16:56 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Jun 2020 14:56:55 +0000 (16:56 +0200)
cscript

diff --git a/cscript b/cscript
index b30dbea06b20a791c236bd71655c9f9674587177..6d68023aca9393779007db09c7627d2aec2a7864 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    libdcp =  ('libdcp', 'c6c18f4', { 'force-cpp11': options['force-cpp11'] })
+    libdcp =  ('libdcp', 'a8d652b', { 'force-cpp11': options['force-cpp11'] })
     libcxml = ('libcxml', '2b8b650', { 'force-cpp11': options['force-cpp11'] })
     return (('asdcplib', 'carl'), libcxml, libdcp)