diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-24 22:02:26 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-24 22:02:26 +0200 |
| commit | 00c0fe5947b3734c548194d617c3939d27aef57c (patch) | |
| tree | d035d7aa1127e69d4bbe13eecb80fbc5a2b4c974 | |
| parent | f9f10f9c6d8d8e31c7dff6b8f3b9f390bf0333a8 (diff) | |
Bump asdcplib to remove bad assertion.v1.10.22
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ def dependencies(target, options): deps = [ ('libcxml', 'v0.17.13', { 'c++17': build_with_cpp17(target) }), ('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'), - ('asdcplib', 'v1.0.6') + ('asdcplib', 'v1.0.7') ] if target.platform == 'linux': |
