From 08715beb8b2a4dd60f7e08ffde0f0d1f4c99abb2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 Sep 2025 22:27:19 +0200 Subject: Bump libsub for Ubuntu 14.04 build compatibility. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index ba95211cb..ad5be345f 100644 --- a/cscript +++ b/cscript @@ -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 -- cgit v1.2.3