diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-10 21:14:23 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-10 21:14:23 +0200 |
| commit | c147d2e7fa28ec397d5c83542beb935563aee62b (patch) | |
| tree | 4949e3dbac864b2c9d3319f9ae3ed1a69f468134 /cscript | |
| parent | a68af77f0400819492706a5047acb8660d40bc53 (diff) | |
Bump libdcp for bug fix.v1.4.23
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', 'v1.6.15')) + return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.16')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
