diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-21 22:15:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-16 19:29:08 +0200 |
| commit | e11540612f41385d2372ad7f0580521efb0c67ed (patch) | |
| tree | 6cb5c10a01fd039a36f65001b05ddb858771f97a | |
| parent | 761cdec89c02945e3d6804686f559dd252084d6f (diff) | |
Bump libcxml to allow builds on Ubuntu 14.04.v1.10.33
| -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.13', { 'c++17': build_with_cpp17(target) }), + ('libcxml', 'v0.17.14', { 'c++17': build_with_cpp17(target) }), ('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'), ('asdcplib', 'v1.0.8') ] |
