diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-25 01:08:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-25 01:08:27 +0100 |
| commit | f1a165c94de7243fbae8aced01b2f3b3f16cdd4e (patch) | |
| tree | 95593595a834f25ff04bb5c48623d679523a1a2f | |
| parent | 37ad399586328e579435f853e081da6f55f64ae1 (diff) | |
openjpeg2-cdist ccache fix.ccache
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ def dependencies(target, options): if (target.platform == 'windows' and target.version == 'xp') or (options is not None and 'jpeg' in options and options['jpeg'] == 'oj1'): return (('libcxml', '25e945f'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', 'f3b0fb8')) else: - return (('libcxml', '25e945f'), ('openjpeg2-cdist', '8ea62cc'), ('asdcplib-cth', 'f3b0fb8')) + return (('libcxml', '25e945f'), ('openjpeg2-cdist', '2a58303'), ('asdcplib-cth', 'f3b0fb8')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
