diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-23 11:31:29 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-23 11:31:29 +0200 |
| commit | f64996fb3c4811914547b3aba45288348b645f59 (patch) | |
| tree | 02bd3169676cf97bf3ba448c26b920c2d4a9755b /cscript | |
| parent | 98f74cf20f9aedc5dc5f6550f7d62c7fd258a1c1 (diff) | |
Bump libdcp for certificate validity length fix.v1.4.25
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'f560e2a')) + return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.18')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
