diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-14 17:26:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-14 17:26:20 +0100 |
| commit | 6b2a45263333a157b4fd8e62a296087382903c32 (patch) | |
| tree | 9ac8fc24ceb5573b9c0d9d3a0e263d5780af6d2c /cscript | |
| parent | 2ead4f7cdb8c8232613e6d7041133907b9ae2048 (diff) | |
Bump libsub for new API.
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', 'b221efe')) - deps.append(('libsub', '4cd1518')) + deps.append(('libsub', '4518eac')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
