diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-21 22:37:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-21 22:37:22 +0000 |
| commit | 97f71c8e6bfcc084c2ea512ae5c68a50e26f2470 (patch) | |
| tree | 858041bfab3d9bb305d8a146c77fa774f6d0cd95 /cscript | |
| parent | bdf6ece27cd7316b821fef6ff4896500abef79c7 (diff) | |
Bump asdcplib for waf update.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,9 +36,9 @@ 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', 'fc3fcfa3dc29753f6e4e8af989553b1527d46222'), ('openjpeg', '4233dd7'), ('asdcplib', 'd8490c6')) + return (('libcxml', 'fc3fcfa3dc29753f6e4e8af989553b1527d46222'), ('openjpeg', '4233dd7'), ('asdcplib', '084d694b600347cdf04c6ff73cb8276084b69039')) else: - return (('libcxml', 'fc3fcfa3dc29753f6e4e8af989553b1527d46222'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib', 'd8490c6')) + return (('libcxml', 'fc3fcfa3dc29753f6e4e8af989553b1527d46222'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib', '084d694b600347cdf04c6ff73cb8276084b69039')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
