diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-10 01:00:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-10 01:00:36 +0100 |
| commit | 30a2b743bd21d6029a01d33d3fbd55d14c538c82 (patch) | |
| tree | c7086f583c36b5f806d4025c9e8766f69baeb437 /cscript | |
| parent | 34baf774724f987d236486b18208affc91f2095b (diff) | |
Rename openjpeg-cdist -> openjpeg.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ import shutil 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', 'v0.16.1'), ('openjpeg-cdist', '4233dd7'), ('asdcplib', 'd8490c6')) + return (('libcxml', 'v0.16.1'), ('openjpeg', '4233dd7'), ('asdcplib', 'd8490c6')) else: return (('libcxml', 'v0.16.1'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib', 'd8490c6')) |
