diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-13 19:45:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-02-13 19:45:03 +0000 |
| commit | 15f7f4ab0f89e7881d1249dab00b716045bcdf42 (patch) | |
| tree | 81f70360f94f2b7993f3b01e3f8b11aa4dbdd837 /cscript | |
| parent | 5e7368087004da802d042b9ee2922c9a623cc7d4 (diff) | |
More informative errors when opj_start_compress fails.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ def dependencies(target): if target.platform == 'windows' and target.version == 'xp': return (('libcxml', 'v0.15.4'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', 'v0.1.3')) else: - return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.3')) + return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '8ea62cc'), ('asdcplib-cth', 'v0.1.3')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
