1 2 3 4 5 6 7
// build.rs fn main() { #[cfg(target_os = "macos")] { println!("cargo:rustc-link-lib=framework=Accelerate"); } }