diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-12 20:13:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-12 20:13:36 +0100 |
| commit | 80c4b6a42cf4a7b7605ef9fadd8311ab4e4794f9 (patch) | |
| tree | 9fe9351d7ae0afebd7813185c7c63155aad5e53b | |
| parent | 8c612105cd1fa6c335ba273ffb99c3e5cd39d0d9 (diff) | |
| -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.19')) + return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.20')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
