summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-28 22:14:50 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-28 22:14:50 +0100
commitd24512e0531fe55cf68d3f02c347833f53ac24bd (patch)
tree1a15fa1af67751cef0e1543b570a638b1c998485 /cscript
parent920b428b79fc5c526c284c57ca00d2364710bcd4 (diff)
Bump libdcp for DCPReadError fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 222ab97..3924777 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '9f75a44'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '90aa785'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory