Add cscript dep.
authorCarl Hetherington <cth@carlh.net>
Sat, 16 Jan 2016 16:42:20 +0000 (16:42 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 16 Jan 2016 16:42:20 +0000 (16:42 +0000)
cscript

diff --git a/cscript b/cscript
index c1d37694ea6433fd0e5867d5243ba458e7aaceb6..2234f6e8e1a331d831aeec3d5235793a73d7f740 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libdcp', '03fb9d4'),)
+    return (('libdcp', '03fb9d4'), ('asdcplib-cth', None))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory