diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-25 20:23:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-25 20:23:37 +0100 |
| commit | 307bb4c4fc5269c1ef10ca15792653fa4149e407 (patch) | |
| tree | 89577fbb78c358e2d14f83afe327ee7733cfdd62 /cscript | |
| parent | 2fa6a712ba7e07eefab5df62a9c00214cd3c4f14 (diff) | |
Bump asdcplib for fix to UTF-8 Windows filenames.v1.10.1
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |
