Bump libdcp for combine stuff.
authorCarl Hetherington <cth@carlh.net>
Fri, 18 Sep 2020 20:11:37 +0000 (22:11 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 18 Sep 2020 20:11:37 +0000 (22:11 +0200)
cscript

diff --git a/cscript b/cscript
index 06b1bf2ee6c21a43371bb17c8c8b35f616fc0622..acf846601c0a57aeae8810ebeb84e445c698861a 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    libdcp =  ('libdcp', '184bdd2', { 'force-cpp11': options['force-cpp11'] })
+    libdcp =  ('libdcp', '40f6f7d', { 'force-cpp11': options['force-cpp11'] })
     libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] })
     return (('asdcplib', 'carl'), libcxml, libdcp)