summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-25 02:56:23 +0100
committerCarl Hetherington <cth@carlh.net>2018-03-25 02:56:23 +0100
commit09e3776b97321fb9d4e02a44641b76b400874e74 (patch)
treeb85dbc871f9004b12134551a1ccb2c680e7b0f6c /cscript
parent069ca80a9d47f0d65379eba191fe87dcd9730acf (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 4ab0cd5..2af10d0 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', '8c852cb'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', '806e91a'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory