diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-03 10:57:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-03 20:16:17 +0100 |
| commit | bbcfa9de3751ea777b38ff13db793f84f16f8076 (patch) | |
| tree | b84170b0eae154a1d632c1288aeb5a45af06f84c /cscript | |
| parent | 81f2aee77e00dd46754f50d91c1e4a9e94441615 (diff) | |
Bump libsub for some unused variable warning fixes.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -371,7 +371,7 @@ def dependencies(target, options): (target.platform == 'windows')) else {} deps.append(('libdcp', '2b522d0', cpp_lib_options)) - deps.append(('libsub', 'fd87fad', cpp_lib_options)) + deps.append(('libsub', 'dcd8bf5', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
