diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-11 10:52:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-11 10:52:57 +0200 |
| commit | 8af44b0f1523f1d808941aa3cedefd7848dfb80b (patch) | |
| tree | 3c0fe3b1ec6ceeb4b11f8c2606d3bd812dd8f138 | |
| parent | 12c7be183f40e64a6fa1142a2e2c807fd5754e33 (diff) | |
Bump libdcp/libsub to get a Windows ccache build fix.
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
