Skip to content

Commit 992c9da

Browse files
authored
Merge pull request #123 from BlackDex/remove-dylib
2 parents 859fbc1 + 84ac165 commit 992c9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmimalloc-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ fn main() {
5757

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

0 commit comments

Comments
 (0)