diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-17 13:55:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-17 13:55:30 +0100 |
| commit | 75d9785f29ffb436994c8480c4d196b585071000 (patch) | |
| tree | 65cd45c13d5e7198710b94cf9c75c94ee6a264af /cscript | |
| parent | 02d90412e98a38d2f0012183924d988ef4188e4a (diff) | |
Bump libdcp for PKL 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', 'f1f6fd9')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '348aaa6')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
