From e11540612f41385d2372ad7f0580521efb0c67ed Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 Sep 2025 22:15:27 +0200 Subject: Bump libcxml to allow builds on Ubuntu 14.04. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') 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') ] -- cgit v1.2.3