diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-09 23:32:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-09 23:32:12 +0100 |
| commit | a04f1d5f8ab1ab0315909d2257e998a433c7797d (patch) | |
| tree | a25cb7305fd51fc6cc57b4b247756c2e2de2f11a /cscript | |
| parent | 768f38ca2d06ae04e12608dac011cc0d867cc821 (diff) | |
libdcp bump.
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.4'), ('libdcp', '8ed9037')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.4'), ('libdcp', 'a3032f3')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
