From c85d5ae643df5f2fa399398796feaa6f42b114a7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 30 Jan 2025 01:32:04 +0100 Subject: Fix up for const fix in libcxml. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index b3d27523..0d9fb622 100644 --- a/cscript +++ b/cscript @@ -36,7 +36,7 @@ import shutil def dependencies(target, options): deps = [ - ('libcxml', 'v0.17.11', { 'c++17': target.platform.startswith('osx') }), + ('libcxml', 'v0.17.13', { 'c++17': target.platform.startswith('osx') }), ('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'), ('asdcplib', 'v1.0.5') ] -- cgit v1.2.3