Bump libdcp for new method.
authorCarl Hetherington <cth@carlh.net>
Tue, 25 Aug 2020 21:12:57 +0000 (23:12 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 Aug 2020 21:12:57 +0000 (23:12 +0200)
cscript

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