diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-26 11:22:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-26 11:22:44 +0200 |
| commit | 2c9b8975679db4b187fd9e7254703898e70224d0 (patch) | |
| tree | 8b3da255f7fe9de99d93b7d6fdff511c8a3596b0 | |
| parent | 212a7e064648b11a76938a24a81fac977d64d827 (diff) | |
Bump libdcp for macOS 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', '25526a5', cpp_lib_options)) - deps.append(('libsub', '3286d3a', cpp_lib_options)) + deps.append(('libdcp', '41d9b6a', cpp_lib_options)) + deps.append(('libsub', 'fd5af8c', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
