diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-01-23 21:34:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-23 21:37:14 +0100 |
| commit | 041a00e1a4867d5eb2a414663fcb6c0b2df124a6 (patch) | |
| tree | da4fbb0dba9cefca186ee69b03052654137d9b65 /cscript | |
| parent | 668e894e36667a594a50a292a40f7c0b7e64052a (diff) | |
Bump libdcp to v1.6.14.v1.4.17
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.13')) + return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.14')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
