summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-25 00:44:09 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-25 00:44:09 +0100
commit40686a29d4d51e8a3cf4b6a02083bd32af01603f (patch)
tree29ff4eb4fb172b3b72e70be36add452b01b748ff /cscript
parent140ebe37bde0c9c9b84e8961573a7e65d3bd7b19 (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 69b263d..a4ebd6d 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', 'a6a4c47'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '37ad399'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory