Start pinning libdcp version again.
authorCarl Hetherington <cth@carlh.net>
Mon, 1 Jun 2020 22:21:11 +0000 (00:21 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 1 Jun 2020 22:21:11 +0000 (00:21 +0200)
cscript

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