Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable cross-compilation of rust libraries.
cubeb's CMakeLists.txt just does `cargo build`, which lets callers cross-compile if they desire, by setting CARGO_BUILD_TARGET. However, that will place the output in a different directory. So, always specify *a* CARGO_BUILD_TARGET to force cargo to place the built rust backends in a known location.
- Loading branch information