summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-04-06 18:11:53 +0200
committerCarl Hetherington <cth@carlh.net>2025-12-21 21:46:11 +0000
commit914512ae6265dff0411ba6110643dde962a8db2e (patch)
treeea30ea3e12e7804fe7a26810f10dd7691f52c6a2 /cscript
parent63dbc30d5278255ce589117c2bfd95154b1b2b8f (diff)
Bump libcxml to a more modern version so we can build on newer systems.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 6ef64f07..6cd643c8 100644
--- a/cscript
+++ b/cscript
@@ -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