summaryrefslogtreecommitdiffstats
path: root/third_party/rust/cubeb-coreaudio/build-audiounit-rust-in-cubeb.sh
blob: d1cc0e72945a18a1bb9638948a7f2d91d477f612 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

git clone --recursive https://github.com/kinetiknz/cubeb.git
cd cubeb/src
git clone https://github.com/ChunMinChang/cubeb-coreaudio-rs.git
cd ../..
mkdir cubeb-build
cd cubeb-build
cmake ../cubeb -DBUILD_RUST_LIBS="ON"
cmake --build .
CUBEB_BACKEND="audiounit-rust" ctest