summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-29 15:57:02 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-29 15:57:02 +0000
commit35e4ac79550d550bfe6ab07b8bd1895984a11d41 (patch)
treec41b6502e555261986294643cf72c4f5e818e71e /cscript
parent1fb40e91c519bbb10e812620f0eb71df288719fb (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 9f32fdd..07afb0c 100644
--- a/cscript
+++ b/cscript
@@ -20,7 +20,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', '6648afc'), ('libcxml', '0d18df4'), ('libdcp', '1ca2f66'))
+ return (('asdcplib-cth', '6648afc'), ('libcxml', '0d18df4'), ('libdcp', '09af1b3'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory