summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-27 00:24:40 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-27 00:24:40 +0000
commit1fb40e91c519bbb10e812620f0eb71df288719fb (patch)
tree30406606997bdf23ae0b5d57f83abfc92d44cb5f /cscript
parente861c829b186f64f440bda61fe146ca281ca2987 (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 122d256..9f32fdd 100644
--- a/cscript
+++ b/cscript
@@ -20,7 +20,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', '6648afc'), ('libcxml', '0d18df4'), ('libdcp', '29ebfe5'))
+ return (('asdcplib-cth', '6648afc'), ('libcxml', '0d18df4'), ('libdcp', '1ca2f66'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory