diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-23 18:10:53 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-23 18:10:53 +0200 |
| commit | 5ce26ab1384a6ad607918b2639dad1dc14ba53d4 (patch) | |
| tree | 9d456cb298abd7aa5412adb7be106160bc56ac91 | |
| parent | e32eaaa06522e295a8152340c0e7b6f62a652b19 (diff) | |
Hax
| -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', 'dc2129ef38047eb0385b98acf846630b3ff1c3ca')) + deps.append(('rtaudio', '93e53b741df96410bc827276f4242815dd00f0b9')) # 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 |
