Specific libdcp dep.
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Jan 2015 17:34:16 +0000 (17:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 Jan 2015 17:34:16 +0000 (17:34 +0000)
cscript

diff --git a/cscript b/cscript
index 1a53bf9b5d91fea4f238e4a57f7a819f24ced7c4..393950301d68e736786cea7baa8d5c24eb386fd1 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libdcp', '1.0'),)
+    return (('libdcp', '8951dd5'),)
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory