diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-28 22:14:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-28 22:14:50 +0100 |
| commit | d24512e0531fe55cf68d3f02c347833f53ac24bd (patch) | |
| tree | 1a15fa1af67751cef0e1543b570a638b1c998485 /cscript | |
| parent | 920b428b79fc5c526c284c57ca00d2364710bcd4 (diff) | |
Bump libdcp for DCPReadError fix.
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', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '9f75a44')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '90aa785')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
