summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-30 01:32:04 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-31 01:41:36 +0100
commitc85d5ae643df5f2fa399398796feaa6f42b114a7 (patch)
tree3976bf014b74f167fd696cc1a73ca115be49c7bf /cscript
parent744eae9a14f834088289d10d7158ad89857565ad (diff)
Fix up for const fix in libcxml.v1.10.9
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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')
]