summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
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')
]