summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-24 12:48:01 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-24 12:48:01 +0100
commit2133e6dc346db174b1b88403f51879f98fa9cabd (patch)
tree6f963374b9af5879e46c79cc5a8b6e3f37ca35d0 /cscript
parent1551cad789641af29960ffb3633c2f1af003733d (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 79809c8..3b28e2e 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.4'), ('libdcp', '14fe126'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.4'), ('libdcp', '98c2cae'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory