diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-06 01:11:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-06 01:11:30 +0100 |
| commit | 4cad94e5c679c290db71f739df513fbee5286b2a (patch) | |
| tree | 1098b8d7cbd024811970bc33b5dd5e0c9a976c00 | |
| parent | c90d68049f56110436927aa847da882ee4b4f67c (diff) | |
Bump asdcplib for more error information on Windows.v1.10.4
| -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', { 'c++17': target.platform.startswith('osx') }), ('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'), - ('asdcplib', 'v1.0.4') + ('asdcplib', 'v1.0.5') ] if target.platform == 'linux': |
