oden/third-party/vendor/orbclient/build.rs
2024-03-08 11:03:01 -08:00

5 lines
No EOL
156 B
Rust

fn main() {
if std::env::var("CARGO_CFG_TARGET_OS") == Ok("macos".to_string()) {
println!("cargo:rustc-link-lib=framework=CoreHaptics");
}
}