summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-29 11:55:54 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-29 11:55:54 +0100
commitc2d6d9244146cc8c2269b9922707e3c151971f3e (patch)
treed7a3995c2f88e0672119365b5717a17715aa0f56 /cscript
parentd24512e0531fe55cf68d3f02c347833f53ac24bd (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 3924777..463951a 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '90aa785'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', 'f2f2a2a'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory