From 591d3e1f92a5eb6fb52049e987c8273eb468e527 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 25 Oct 2025 15:07:57 +0200 Subject: Fix build on Arch with boost 1.89. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') 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') ] -- cgit v1.2.3