summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-03-10 01:00:36 +0100
committerCarl Hetherington <cth@carlh.net>2023-03-10 01:00:36 +0100
commit30a2b743bd21d6029a01d33d3fbd55d14c538c82 (patch)
treec7086f583c36b5f806d4025c9e8766f69baeb437 /cscript
parent34baf774724f987d236486b18208affc91f2095b (diff)
Rename openjpeg-cdist -> openjpeg.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 985ed409..6ef64f07 100644
--- a/cscript
+++ b/cscript
@@ -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'))