diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-21 22:27:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-21 22:27:16 +0000 |
| commit | 42935c585c82e4825d7895010169c46e972f58eb (patch) | |
| tree | 682f0ac1037ab0037e41cb80974c726ad40be98b /cscript | |
| parent | 30a2b743bd21d6029a01d33d3fbd55d14c538c82 (diff) | |
Bump libcxml for waf fix in locked_sstream.
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', 'v0.16.1'), ('openjpeg', '4233dd7'), ('asdcplib', 'd8490c6')) + return (('libcxml', '39006a2b436ffc1a3540ef660de9de966b6a4eef'), ('openjpeg', '4233dd7'), ('asdcplib', 'd8490c6')) else: - return (('libcxml', 'v0.16.1'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib', 'd8490c6')) + return (('libcxml', '39006a2b436ffc1a3540ef660de9de966b6a4eef'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib', 'd8490c6')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
