summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-06-08 13:11:21 +0100
committerCarl Hetherington <cth@carlh.net>2018-06-08 13:11:21 +0100
commit762384eb05775ad4f91864683c9c6bb9d31c18f2 (patch)
tree505d9da0c811ce0abf06fb2c809d662771eea1a5 /cscript
parentb24b081e938b700f9518ad46a2083ebf2592a1f5 (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 c911a95..c161bcd 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '7b03aba'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', 'cfea0af'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory