diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-25 15:07:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-25 19:52:04 +0200 |
| commit | 591d3e1f92a5eb6fb52049e987c8273eb468e527 (patch) | |
| tree | a4ed3661bf8d9fd4b8956501390eb4c2cf8c32a3 /cscript | |
| parent | a8d449a0a35f205833b446aeae66564aa2464736 (diff) | |
Fix build on Arch with boost 1.89.v1.10.35
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') ] |
