From 5fc2718c509231ead7304bc9bb18a2c7c83f7c5d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 27 Sep 2020 19:35:12 +0200 Subject: Adapt for new libdcp (fixing large compiler resource requirements). Also adjust Linux resource-finding code to juse look for stuff relative to the executable's location. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 8449f4568..85d464eae 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', 'f3e6907', cpp_lib_options)) - deps.append(('libsub', 'f703fc2', cpp_lib_options)) + deps.append(('libdcp', '627dfd9', cpp_lib_options)) + deps.append(('libsub', 'efea829', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we -- cgit v1.2.3