Files
tubestation/third_party/rust/cubeb-coreaudio/build-audiounit-rust-in-cubeb.sh
2021-08-30 14:50:43 +00:00

11 lines
275 B
Bash

#!/bin/sh
git clone --recursive https://github.com/mozilla/cubeb.git
cd cubeb/src
git clone https://github.com/mozilla/cubeb-coreaudio-rs.git
cd ../..
mkdir cubeb-build
cd cubeb-build
cmake ../cubeb -DBUILD_RUST_LIBS="ON"
cmake --build .
CUBEB_BACKEND="audiounit-rust" ctest