diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-15 21:15:08 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-15 21:15:08 +0000 |
| commit | c7085529a39b963138aad2f541423698c3c14fa8 (patch) | |
| tree | b11669c80f8f7e5929550e29be3a99f4a9d7150f /cscript | |
| parent | 7f68281923577082ebff1ba7aa36c45d1024402c (diff) | |
Bump libdcp for KDM error improvement.
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', 'a8d8cba'), ('libdcp', '0c70427')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '37b49c7')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
