diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-21 01:56:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-21 01:56:39 +0100 |
| commit | c7d77490382d6ddb625340c05b57487cde244f96 (patch) | |
| tree | 350aa2db5d5bbc82943a350ed364e714945e9630 /cscript | |
| parent | cb6729aa79b555b219974207fbe2ff0510f9d3ea (diff) | |
libsub build fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -371,7 +371,7 @@ def dependencies(target, options): deps = [] deps.append(('libdcp', '6c3db78')) - deps.append(('libsub', '5b0e2db')) + deps.append(('libsub', 'af2520e')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
