summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-07 13:03:25 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-07 13:03:25 +0100
commit7adea716d12396c8ecdc30e22bf24622778268ee (patch)
treeabd313bf501270d0021e290d24e2dda85788013f /cscript
parenta44af546b28c0870dd0065bfb4044d5955f73b19 (diff)
Bump asdcplib/libdcp for warning silencing.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 3836c61..afffb28 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '8259e27'))
+ return (('asdcplib-cth', 'b536bc0'), ('libcxml', 'a45e430'), ('libdcp', '5d8a158'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory