diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-06-26 11:45:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-06-26 11:45:51 +0100 |
| commit | 6dd31b4237fc99c59b04d718631d0723e87bde93 (patch) | |
| tree | b478edb72f9e30754a6be7d7c9ba54dec4d94176 /cscript | |
| parent | 424041ffc095655089ea2df2ba15e6542012ce41 (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', '284f247')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '7e1f0f3')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
