mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-28 01:52:59 +00:00
6 lines
115 B
Rust
6 lines
115 B
Rust
fn main() {
|
|
if cfg!(feature = "coreml") {
|
|
println!("cargo:rustc-link-arg=-fapple-link-rtlib");
|
|
}
|
|
}
|