diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-11 21:25:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-11-11 21:25:26 +0100 |
| commit | 97da2b6c2d437321808acbae4d9a15e2f73ed2b1 (patch) | |
| tree | 9b27a6e9eff7a212d7cf5690f9cd03a56162708e /cscript | |
| parent | c835e90287f8b280a1a31048afb464c37c29ca8b (diff) | |
Bump libdcp to 1.6.11.v1.4.13
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', '6648afc'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.10')) + return (('asdcplib-cth', '6648afc'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.11')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
