Skip to content

Commit

Permalink
Merge pull request #123 from BlackDex/remove-dylib
Browse files Browse the repository at this point in the history
  • Loading branch information
octavonce committed Jun 9, 2024
2 parents 859fbc1 + 84ac165 commit 992c9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmimalloc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ fn main() {

// on armv6 we need to link with libatomic
if target_os == "linux" && target_arch == "arm" {
println!("cargo:rustc-link-lib=dylib=atomic");
println!("cargo:rustc-link-lib=atomic");
}
}

0 comments on commit 992c9da

Please sign in to comment.