From bbcfa9de3751ea777b38ff13db793f84f16f8076 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 3 Dec 2020 10:57:35 +0100 Subject: [PATCH] Bump libsub for some unused variable warning fixes. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 480b93f1a..632489f9b 100644 --- a/cscript +++ b/cscript @@ -371,7 +371,7 @@ def dependencies(target, options): (target.platform == 'windows')) else {} deps.append(('libdcp', '2b522d0', cpp_lib_options)) - deps.append(('libsub', 'fd87fad', cpp_lib_options)) + deps.append(('libsub', 'dcd8bf5', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we -- 2.30.2