Skip to content

Commit

Permalink
Don't link blake3 in build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Oct 30, 2024
1 parent d48e90d commit 24aca9e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions rust-bindings/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,7 @@ fn main() {
"cargo:rustc-link-search=native={}",
dst.join("build").to_str().unwrap()
);
println!(
"cargo:rustc-link-search=native={}",
dst.join("build")
.join("_deps")
.join("blake3-build")
.to_str()
.unwrap()
);

println!("cargo:rustc-link-lib=static=blake3");
println!("cargo:rustc-link-lib=static=chiapos_static");

let bindings = bindgen::Builder::default()
Expand Down

0 comments on commit 24aca9e

Please sign in to comment.