summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-12-22 16:59:28 +0100
committerCarl Hetherington <cth@carlh.net>2023-12-22 16:59:28 +0100
commit7f34b86921634110bf553da0cab184af408e0e6e (patch)
tree9f49f60a1a64810d307061fa7525677948e46a72
parent6973568117ed23c300f5ffa538f7eae87a9a9927 (diff)
Bump libcxml for new feature.v1.8.90
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ab52e4d3..52d7e914 100644
--- a/cscript
+++ b/cscript
@@ -35,7 +35,7 @@ import os
import shutil
def dependencies(target, options):
- return (('libcxml', 'v0.17.5'), ('openjpeg', '925ca5192bb16d4f58a6fddc8b1623eced7f0203'), ('asdcplib', '8a4a2f25cac0c58aac1d4267facab20e5ec3b57f'))
+ return (('libcxml', 'v0.17.6'), ('openjpeg', '925ca5192bb16d4f58a6fddc8b1623eced7f0203'), ('asdcplib', '8a4a2f25cac0c58aac1d4267facab20e5ec3b57f'))
def build(target, options):
cmd = './waf configure --disable-examples --disable-dumpimage --disable-benchmarks --prefix=%s' % target.directory