summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-07 21:45:42 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-07 21:45:42 +0000
commit692bbe51defe914d505bbe6613e550bfd875b233 (patch)
treebfcfa6aeffc3f18a99a11d7de478f92d13084072 /cscript
parentc6193e45005345f36fc00caf25011e8bf4147582 (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 a75e4c1..fefc0ce 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', 'f19fba7'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', 'f964e99'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory