summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-09-03 11:48:08 +0100
committerCarl Hetherington <cth@carlh.net>2017-09-03 11:48:08 +0100
commit08d3a8410d7dc106ce9b5786de99d38ee44e00ee (patch)
treee14f8deeddea200e602126a083a53c56d3c62033 /cscript
parent1e40f7458db774bf2e543ad47a5f90fe0ab8db23 (diff)
Bump libdcp for some warning fixes.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index d626eb7..1ae4775 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '99308eb'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '8b72edd'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory