Merge pull request #56 from tuna2134/fix-coreml

fix coremlのビルド失敗を修正
This commit is contained in:
コマリン親衛隊
2024-09-24 06:42:45 +09:00
committed by GitHub

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");
}
}