diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-23 20:40:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-23 20:40:05 +0200 |
| commit | c2391df563338711dd9c320a2469bb01ff0d3c8f (patch) | |
| tree | 390c3c594b9ce91ebf45caebf1de3db946b681a6 /cscript | |
| parent | 3f1582b770fb7857db971e7c0490bf6dcde0c9f1 (diff) | |
fix
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -537,7 +537,7 @@ def dependencies(target, options): deps = [('libdcp', 'v1.9.12', {'c++17': target.platform == 'osx'})] deps.append(('libsub', 'v1.6.49')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) - deps.append(('rtaudio', 'e0733f6f60108904bcdd2b0ddc8d15fce50eb21c')) + deps.append(('rtaudio', '851ceaa0af1a1aa81820022cf9260d130080368b')) # We get our OpenSSL libraries from the environment, but we # also need a patched openssl binary to make certificates. # This dependency is to get that binary, which is added into |
