diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-06 18:11:53 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-21 21:46:11 +0000 |
| commit | 914512ae6265dff0411ba6110643dde962a8db2e (patch) | |
| tree | ea30ea3e12e7804fe7a26810f10dd7691f52c6a2 /cscript | |
| parent | 63dbc30d5278255ce589117c2bfd95154b1b2b8f (diff) | |
Bump libcxml to a more modern version so we can build on newer systems.
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', 'v0.17.9'), ('openjpeg', '4233dd7'), ('asdcplib', 'd8490c6')) else: - return (('libcxml', 'v0.16.1'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib', 'd8490c6')) + return (('libcxml', 'v0.17.9'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib', 'd8490c6')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
