diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-16 23:08:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-16 23:08:55 +0200 |
| commit | b081365b47108577a5eb8dc6204fa08847de9008 (patch) | |
| tree | eb79acea5770f972d45134343c970e63b7f57c62 | |
| parent | 3d6076f7135e0712b786914d562cd77bac3e5383 (diff) | |
Bump libdcp for bug fixes.backport
| -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.17')) + return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'b2ccdee')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
