mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-22 23:49:58 +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");
|
|
}
|
|
}
|