diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-22 16:21:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-22 16:21:40 +0100 |
| commit | 920b428b79fc5c526c284c57ca00d2364710bcd4 (patch) | |
| tree | c3d056c3bfd9cba7e4dea2cb82f68d601ff5be68 /cscript | |
| parent | 75d9785f29ffb436994c8480c4d196b585071000 (diff) | |
Bump libdcp for multiple CCAP.
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', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '348aaa6')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '9f75a44')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
