diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-07 21:42:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-07 21:42:02 +0000 |
| commit | 066bec66150d6732506506d1e53ff128a7d7b309 (patch) | |
| tree | b9317fca58f538e2d499729b7a35e9ce15e3b091 /cscript | |
| parent | 8ae88312ffbbd20d3600b9a71f97a85d3ec3f63c (diff) | |
Bump libdcp.
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', 'v0.15.5'), ('libdcp', 'v1.5.1')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', '2892aac')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
