diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-25 15:48:23 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-25 20:35:57 +0200 |
| commit | 2b6575bc67f349c396e283097ab0001382427fe0 (patch) | |
| tree | afc56fc68ed3b0b7eb1c536e9a1b809a85896098 /cscript | |
| parent | b871ac795c0ce71b4715d1b10ec454cc4293695c (diff) | |
Fix build on Arch with boost 1.89.v2.18.28
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -502,8 +502,8 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.34', {'c++17': build_with_cpp17(target)})] - deps.append(('libsub', 'v1.6.53')) + deps = [('libdcp', 'v1.10.35', {'c++17': build_with_cpp17(target)})] + deps.append(('libsub', 'v1.6.55')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
