Skip to content

Commit

Permalink
Merge pull request #56 from tuna2134/fix-coreml
Browse files Browse the repository at this point in the history
fix coremlのビルド失敗を修正
  • Loading branch information
tuna2134 authored Sep 23, 2024
2 parents 1373aef + 0cf9f87 commit ec06c35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sbv2_api/build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fn main() {
if cfg!(feature = "coreml") {
println!("cargo:rustc-link-arg=-fapple-link-rtlib");
}
}

0 comments on commit ec06c35

Please sign in to comment.