diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-25 02:56:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-25 02:56:23 +0100 |
| commit | 09e3776b97321fb9d4e02a44641b76b400874e74 (patch) | |
| tree | b85dbc871f9004b12134551a1ccb2c680e7b0f6c /cscript | |
| parent | 069ca80a9d47f0d65379eba191fe87dcd9730acf (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', 'v0.15.5'), ('libdcp', '8c852cb')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', '806e91a')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
