fix build

This commit is contained in:
tuna2134
2024-09-22 14:26:15 +00:00
parent 5e500b2c42
commit 0cf9f87cc9
+5
View File
@@ -0,0 +1,5 @@
fn main() {
if cfg!(feature = "coreml") {
println!("cargo:rustc-link-arg=-fapple-link-rtlib");
}
}