diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-25 00:44:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-25 00:44:09 +0100 |
| commit | 40686a29d4d51e8a3cf4b6a02083bd32af01603f (patch) | |
| tree | 29ff4eb4fb172b3b72e70be36add452b01b748ff /cscript | |
| parent | 140ebe37bde0c9c9b84e8961573a7e65d3bd7b19 (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', 'a6a4c47')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '37ad399')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
