diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-24 23:15:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-11-24 23:15:41 +0100 |
| commit | a3bf5b976640c4830aa1f1b701216e09c42c8cf7 (patch) | |
| tree | 0147038283a0a778350afe92eea998967381445f /cscript | |
| parent | 5f987fa2ef789aa438f209f4e4a9d6611801b971 (diff) | |
Some space/tab confusions fixed. Bump libdcp to 1.6.13.v1.4.15
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', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.12')) + return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.13')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
