summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-10-25 15:07:57 +0200
committerCarl Hetherington <cth@carlh.net>2025-10-25 19:52:04 +0200
commit591d3e1f92a5eb6fb52049e987c8273eb468e527 (patch)
treea4ed3661bf8d9fd4b8956501390eb4c2cf8c32a3 /cscript
parenta8d449a0a35f205833b446aeae66564aa2464736 (diff)
Fix build on Arch with boost 1.89.v1.10.35
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index e0ec252f..dba67600 100644
--- a/cscript
+++ b/cscript
@@ -43,7 +43,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
deps = [
- ('libcxml', 'v0.17.14', { 'c++17': build_with_cpp17(target) }),
+ ('libcxml', 'v0.17.15', { 'c++17': build_with_cpp17(target) }),
('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'),
('asdcplib', 'v1.0.8')
]