diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-06-29 13:35:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-06-29 13:35:10 +0100 |
| commit | 117c4d91a9cf737b892b343015c6cb3c3e5e877b (patch) | |
| tree | b8f038e1a6a2a374f897778fe4459895cf9c23fe /cscript | |
| parent | 6dd31b4237fc99c59b04d718631d0723e87bde93 (diff) | |
Bump libdcp.
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', '25e945f'), ('libdcp', '7e1f0f3')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', 'a1d530b')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
