summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-07 21:42:02 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-07 21:42:02 +0000
commit066bec66150d6732506506d1e53ff128a7d7b309 (patch)
treeb9317fca58f538e2d499729b7a35e9ce15e3b091 /cscript
parent8ae88312ffbbd20d3600b9a71f97a85d3ec3f63c (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 47e5fe0..ee7631e 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', 'v1.5.1'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', '2892aac'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory