summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-05 00:39:50 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-05 00:39:50 +0000
commitc6193e45005345f36fc00caf25011e8bf4147582 (patch)
treefcec1234977deae1810d5e51392d7c74301f5164 /cscript
parenta57dbd3690e4ca11a608470f30e080a3d4631436 (diff)
Bump libdcp for assert.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ea49e05..a75e4c1 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '0a47e4c'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', 'f19fba7'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory