summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-02-13 19:45:22 +0000
committerCarl Hetherington <cth@carlh.net>2017-02-13 19:45:22 +0000
commitc33c7fce6e8d599681f799b691d5ff08ff67e7f6 (patch)
treedaf306cb1eb3b6abb9b9dfeb75230f27f488f10b /cscript
parentf6cb371e2ab1c1ff1703dc670afe5e22fb52ba42 (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 0d983bc..37dc1de 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', '8f964bf'))
+ return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', '15f7f4a'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory