mozilla / cubeb-rs

ISC License
61 stars 19 forks source link

Pass architecture as a CMake parameter on macOS #67

Closed eyeplum closed 2 years ago

eyeplum commented 2 years ago

This is to make it possible to cross-compile on macOS.

Before the change, on an Apple Silicon Mac, calling cargo build --target=x86_64-apple-darwin fails to produce binaries for the corresponding architecture.