From 8af44b0f1523f1d808941aa3cedefd7848dfb80b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 11 Jun 2020 10:52:57 +0200 Subject: [PATCH] Bump libdcp/libsub to get a Windows ccache build fix. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cscript b/cscript index cc9352191..566ffa0c5 100644 --- a/cscript +++ b/cscript @@ -375,8 +375,8 @@ def dependencies(target, options): (target.platform == 'osx' and target.bits == 64) or (target.platform == 'windows')) else {} - deps.append(('libdcp', '4e885dc', cpp_lib_options)) - deps.append(('libsub', 'ef8f8ac', cpp_lib_options)) + deps.append(('libdcp', '1055451', cpp_lib_options)) + deps.append(('libsub', 'b03caf6', 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