Bump libdcp for build fixes.
authorCarl Hetherington <cth@carlh.net>
Tue, 20 Oct 2020 23:03:59 +0000 (01:03 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 Oct 2020 23:03:59 +0000 (01:03 +0200)
cscript

diff --git a/cscript b/cscript
index 4bea7f66237249d17291dc3127f58746b0fd7432..b84252a576ee9f296c9b7836a498b8806aab3984 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    libdcp =  ('libdcp', '86a80bc', { 'force-cpp11': options['force-cpp11'] })
+    libdcp =  ('libdcp', 'd08f689', { 'force-cpp11': options['force-cpp11'] })
     libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] })
     return (('asdcplib', 'carl'), libcxml, libdcp)