Skip to content

Commit

Permalink
Nope, what was the error again?
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 29, 2024
1 parent d1b6880 commit 8f34681
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blosc2-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ fn main() {
.define("BLOSC_INSTALL", "ON");
}

println!("cargo:rustc-link-lib=gcc");

// Solves undefined reference to __cpu_model when using __builtin_cpu_supports() in shuffle.c
if let Ok(true) = std::env::var("CARGO_CFG_TARGET_ENV").map(|v| v == "musl") {
// TODO: maybe not always libgcc? I'm not sure.
Expand Down

0 comments on commit 8f34681

Please sign in to comment.