diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-16 14:28:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-16 14:28:01 +0100 |
| commit | dfd636556b105775cee4f668d695a9d884ed2125 (patch) | |
| tree | 87df63e72f33b995cb3c3bfc6f8f28b65eabe4eb | |
| parent | c59c8622a6e6c827d18dd8912b3d573596668721 (diff) | |
Another libsub build fix.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -371,7 +371,7 @@ def dependencies(target, options): deps = [] deps.append(('libdcp', 'b221efe')) - deps.append(('libsub', '14d422b')) + deps.append(('libsub', 'ad416ec')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
