summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-27 10:27:00 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-27 10:27:00 +0100
commit05927c939c85ee4a3fa56b3af8b69441f2826fbc (patch)
tree900c751f910ab737ef312fc2546da603d927c909 /cscript
parentbe3be0d574dfaa2915cac4122f7ee449f72b4b75 (diff)
libdcp bump.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index cd081b1..072c7ac 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libdcp', '6a90fde'),)
+ return (('libdcp', 'e4042b7'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory