diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-21 22:27:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-17 16:47:26 +0200 |
| commit | 08715beb8b2a4dd60f7e08ffde0f0d1f4c99abb2 (patch) | |
| tree | 996b2c6f42c345f819126b749bb1f054b38b9f24 | |
| parent | f524824f0e06a125d1f0f78ced2ce27dcf6c180a (diff) | |
Bump libsub for Ubuntu 14.04 build compatibility.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -503,7 +503,7 @@ def build_with_cpp17(target): def dependencies(target, options): deps = [('libdcp', 'v1.10.33', {'c++17': build_with_cpp17(target)})] - deps.append(('libsub', 'v1.6.53')) + deps.append(('libsub', 'v1.6.54')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
