summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-05-09 22:46:29 +0100
committerCarl Hetherington <cth@carlh.net>2018-05-09 22:46:29 +0100
commit21c563498598b57ee733e26124051bb2438283f3 (patch)
tree627a7d746ba37fe2cb177f10d5c5d9804079fa03
parent0b38d424cf257c03078404fb23b27a17e5f2da33 (diff)
Bump libdcp.niclas
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1e01ac7..65b8987 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', '8bca61d'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', 'c022709'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory