summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-02 22:51:57 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-02 22:51:57 +0100
commitaa1c3847c78d7a91bafb88f457193bb87154fb8d (patch)
treec50c1c160d0889eff7fc20cf1b8cdeb387ca9ad1 /cscript
parent117c4d91a9cf737b892b343015c6cb3c3e5e877b (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 6818d5c..fc2822b 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', 'a1d530b'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '3889eca'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory