diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-13 19:45:22 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-02-13 19:45:22 +0000 |
| commit | c33c7fce6e8d599681f799b691d5ff08ff67e7f6 (patch) | |
| tree | daf306cb1eb3b6abb9b9dfeb75230f27f488f10b /cscript | |
| parent | f6cb371e2ab1c1ff1703dc670afe5e22fb52ba42 (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', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', '8f964bf')) + return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', '15f7f4a')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
