diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-04 23:32:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-08 00:42:27 +0100 |
| commit | b7b79b245cd6b6aa0d89236a1c87678207e23e12 (patch) | |
| tree | 3560b972bbd2fb985008afc59f1a64a10e7b0d71 /cscript | |
| parent | a5d004b0773f633401528392fc28e66d70e13ac8 (diff) | |
Bump dependencies.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -375,8 +375,8 @@ def dependencies(target, options): (target.platform == 'osx') or (target.platform == 'windows')) else {} - deps.append(('libdcp', 'c6665c1', cpp_lib_options)) - deps.append(('libsub', '64eb116', cpp_lib_options)) + deps.append(('libdcp', 'd39880e')) + deps.append(('libsub', 'ee5d2c8')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
