This commit is contained in:
tuna2134
2024-09-25 12:53:26 +00:00
2 changed files with 11 additions and 6 deletions

5
sbv2_api/build.rs Normal file
View File

@@ -0,0 +1,5 @@
fn main() {
if cfg!(feature = "coreml") {
println!("cargo:rustc-link-arg=-fapple-link-rtlib");
}
}