summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-06-26 11:45:51 +0100
committerCarl Hetherington <cth@carlh.net>2017-06-26 11:45:51 +0100
commit6dd31b4237fc99c59b04d718631d0723e87bde93 (patch)
treeb478edb72f9e30754a6be7d7c9ba54dec4d94176 /cscript
parent424041ffc095655089ea2df2ba15e6542012ce41 (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 b85fe5b..f0bf34b 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '284f247'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '7e1f0f3'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory