summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-15 00:04:21 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-15 00:04:21 +0100
commit6fac211273eb3eddfc91124badf33af79447d8da (patch)
tree0f516db2cf5b738c8837ded00728d3abe2cd4657 /cscript
parent802add97be4d2ed2d9b741598fc43f18ae827c04 (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 519545c..eda8337 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '844067e'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '13a4ee8'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory