summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-29 14:31:05 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-29 14:31:05 +0000
commitd9c0bc33b5bd2c1e107cef0d4dd283b8265d6f86 (patch)
tree9e6130f8f4f3c2e96bb6ec669dea207036464c41 /cscript
parent8243d56e16471a09d8e50cf45db8655685d25fbf (diff)
parent79bc14d655b71adda447b7cf031cb6228285023d (diff)
Merge.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 7df4667..4dc1363 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libdcp', 'e33e3b8'),)
+ return (('libdcp', 'e33e3b8'), ('asdcplib-cth', 'carl'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory