diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-12 23:15:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-12 23:15:07 +0000 |
| commit | 432cd4d463f91bad3a3aa38546c1d94e0806fee2 (patch) | |
| tree | 8138341c2c8090f9ca6e3c8221fd57fac54c9f03 /cscript | |
| parent | 0e411432ee953e28df9912c41acbd6fe7d6dd2f6 (diff) | |
Bump libdcp for verification fixes.
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', '5895644'), ('libcxml', '6dd54f6'), ('libdcp', 'c763ce1')) + return (('asdcplib-cth', '5895644'), ('libcxml', '6dd54f6'), ('libdcp', '7e4e6be')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
