summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-21 22:15:27 +0200
committerCarl Hetherington <cth@carlh.net>2025-10-16 19:29:08 +0200
commite11540612f41385d2372ad7f0580521efb0c67ed (patch)
tree6cb5c10a01fd039a36f65001b05ddb858771f97a
parent761cdec89c02945e3d6804686f559dd252084d6f (diff)
Bump libcxml to allow builds on Ubuntu 14.04.v1.10.33
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f8a844cf..e0ec252f 100644
--- a/cscript
+++ b/cscript
@@ -43,7 +43,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
deps = [
- ('libcxml', 'v0.17.13', { 'c++17': build_with_cpp17(target) }),
+ ('libcxml', 'v0.17.14', { 'c++17': build_with_cpp17(target) }),
('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'),
('asdcplib', 'v1.0.8')
]