summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-21 21:14:29 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-21 21:14:29 +0000
commitb7aa3e727337ec0e001a0168407f0ad9bce7b64d (patch)
tree9a4a951035bb83da201b0e1db6d0b13ef91593de /cscript
parent485794f8322b090a22da841961025b19642e42a2 (diff)
Bump libdcp.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 8e20bd8..6d39c00 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libdcp', 'b9e6635'),)
+ return (('libdcp', '7b9ff5c'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory