summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-21 22:32:57 +0000
committerCarl Hetherington <cth@carlh.net>2025-12-21 22:32:57 +0000
commitbdf6ece27cd7316b821fef6ff4896500abef79c7 (patch)
tree49b63e176b50e3d5fee5e89fa056433f7d7c5446
parent42935c585c82e4825d7895010169c46e972f58eb (diff)
Bump libcxml for new waf.
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 70575bbe..c6ffbdff 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', '39006a2b436ffc1a3540ef660de9de966b6a4eef'), ('openjpeg', '4233dd7'), ('asdcplib', 'd8490c6'))
+ return (('libcxml', 'fc3fcfa3dc29753f6e4e8af989553b1527d46222'), ('openjpeg', '4233dd7'), ('asdcplib', 'd8490c6'))
else:
- return (('libcxml', '39006a2b436ffc1a3540ef660de9de966b6a4eef'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib', 'd8490c6'))
+ return (('libcxml', 'fc3fcfa3dc29753f6e4e8af989553b1527d46222'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib', 'd8490c6'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory