summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-02-12 23:23:37 +0000
committerCarl Hetherington <cth@carlh.net>2017-02-12 23:23:37 +0000
commitf6cb371e2ab1c1ff1703dc670afe5e22fb52ba42 (patch)
treef7b12c6bbf9c6835e4c5e88da2af16ee5ccec1e1 /cscript
parentad7f0baf99857e698f6df55a6ed5d5b1e3b53653 (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 01a04b6..0d983bc 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', 'db86ed5'))
+ return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', '8f964bf'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory