mirror of
https://github.com/mii443/usls.git
synced 2025-08-22 15:45:41 +00:00
6 lines
189 B
Rust
6 lines
189 B
Rust
fn main() {
|
|
// Need this for CoreML. See: https://ort.pyke.io/perf/execution-providers#coreml
|
|
#[cfg(target_os = "macos")]
|
|
println!("cargo:rustc-link-arg=-fapple-link-rtlib");
|
|
}
|