Put libdcp version back in cscript.
authorCarl Hetherington <cth@carlh.net>
Wed, 2 May 2018 21:23:01 +0000 (22:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 2 May 2018 21:23:01 +0000 (22:23 +0100)
cscript

diff --git a/cscript b/cscript
index 23f5718268516e0a3f316cd0c9e956e01350793f..c911a95ac03fb7d5c40140e4503adf3c861f592d 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', None))
+    return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '7b03aba'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory