Skip to content

Commit

Permalink
remove submodule rust-cxx-cmake-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed May 26, 2023
1 parent 59f0a22 commit 3dc9340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions crates/ctranslate2-bindings/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ fn main() {
.define("WITH_MKL", "OFF")
.define("OPENMP_RUNTIME", "NONE")
.define("WITH_RUY", "ON");

println!("cargo:rustc-link-lib=framework=Accelerate")
} else if cfg!(target_os = "linux") {
config
.define("WITH_CUDA", "ON")
Expand Down
1 change: 0 additions & 1 deletion crates/rust-cxx-cmake-bridge
Submodule rust-cxx-cmake-bridge deleted from 223606

0 comments on commit 3dc9340

Please sign in to comment.