Bump libdcp for build fix.
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Jun 2020 09:19:39 +0000 (11:19 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Jun 2020 09:19:39 +0000 (11:19 +0200)
cscript

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