summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-12-22 13:24:02 +0000
committerCarl Hetherington <cth@carlh.net>2017-12-22 13:24:02 +0000
commit9b74a2f5f92fd6244177cb041d7019f76df697e9 (patch)
treec4ec4353aa3da12921390dd5cdc3eb99a7eeb165 /cscript
parente1d987c6cbf5e800ab23d0fb1c1ae625477dab9a (diff)
Bump libdcp for version method.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index fb5c228..4482350 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '7863ca3'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '182f327'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory