diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-10 23:38:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-10 23:38:53 +0100 |
| commit | cb087e1163d6accd3a194bcaa8a6a9a92a2a1b3b (patch) | |
| tree | 049f48a5b74ada2df16e0a27e2043e72a17bba7a /cscript | |
| parent | 54e627e3afda3586b5523c4384596c1d2fa38a97 (diff) | |
Bump libdcp to v1.6.15.v1.4.19
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.14')) + return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.15')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
