summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-14 21:22:06 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-14 21:22:06 +0100
commit1cf5cdf37db1385118491a7d9545173ad30ca6a5 (patch)
treec964e1c19d721737105ae0e29ebfb44599c706dd /cscript
parent32b8463e7438fb68c82be84cc3580467b4cfd94b (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 c2b829c..fca5f78 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', '5895644'), ('libcxml', '6dd54f6'), ('libdcp', '6fef005'))
+ return (('asdcplib-cth', '5895644'), ('libcxml', '6dd54f6'), ('libdcp', 'ee05b1c'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory