Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirreke committed Nov 29, 2024
1 parent efaa37c commit f0369ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openblas-build/src/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ impl MakeConf {
"FEXTRALIB" => detail.f_extra_libs = LinkFlags::parse(entry[1])?,
_ => continue,
}
#[cfg(target_os = "macos")]
detail.c_extra_libs.libs.remove("to_library");
// #[cfg(target_os = "macos")]
detail.c_extra_libs.libs.retain(|lib| lib != "to_library");
}
Ok(detail)
}
Expand Down

0 comments on commit f0369ff

Please sign in to comment.