summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-14 15:50:06 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-14 15:50:06 +0000
commitb79323d5e3b53aeba03d753dd4aa597df479ee0f (patch)
tree078874adde2f633ac5ef03c11de7865d758c8803 /cscript
parent432cd4d463f91bad3a3aa38546c1d94e0806fee2 (diff)
Bump libdcp for speculative cert fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 93a69b0..5a3759e 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', '5895644'), ('libcxml', '6dd54f6'), ('libdcp', '7e4e6be'))
+ return (('asdcplib-cth', '5895644'), ('libcxml', '6dd54f6'), ('libdcp', 'd359892'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory