summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-09 23:32:12 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-09 23:32:12 +0100
commita04f1d5f8ab1ab0315909d2257e998a433c7797d (patch)
treea25cb7305fd51fc6cc57b4b247756c2e2de2f11a /cscript
parent768f38ca2d06ae04e12608dac011cc0d867cc821 (diff)
libdcp bump.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a0364dc..e5f43b9 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.4'), ('libdcp', '8ed9037'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.4'), ('libdcp', 'a3032f3'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory