summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-16 15:59:04 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-16 15:59:04 +0000
commit8f47258905951ce2a457e1558d6235edbf5a13c6 (patch)
tree03c7b70803f4c382304c5f78dc7f60874e04e56b /cscript
parente04eced93da1907e803c065a953ffe0d6540e1cb (diff)
parent2abff585705191b7926ae9f795887dc8ece5aee6 (diff)
Merge branch '1.0' of git.carlh.net:git/libsub into 1.0
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 8e20bd8..c1d3769 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libdcp', 'b9e6635'),)
+ return (('libdcp', '03fb9d4'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory