summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-25 20:23:37 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-25 20:23:37 +0100
commit307bb4c4fc5269c1ef10ca15792653fa4149e407 (patch)
tree89577fbb78c358e2d14f83afe327ee7733cfdd62 /cscript
parent2fa6a712ba7e07eefab5df62a9c00214cd3c4f14 (diff)
Bump asdcplib for fix to UTF-8 Windows filenames.v1.10.1
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 06c7559d..283c2be8 100644
--- a/cscript
+++ b/cscript
@@ -38,7 +38,7 @@ def dependencies(target, options):
deps = [
('libcxml', 'v0.17.11', options),
('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'),
- ('asdcplib', 'v1.0.3')
+ ('asdcplib', 'v1.0.4')
]
if target.platform == 'linux':