We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 859fbc1 + 84ac165 commit 992c9daCopy full SHA for 992c9da
libmimalloc-sys/build.rs
@@ -57,6 +57,6 @@ fn main() {
57
58
// on armv6 we need to link with libatomic
59
if target_os == "linux" && target_arch == "arm" {
60
- println!("cargo:rustc-link-lib=dylib=atomic");
+ println!("cargo:rustc-link-lib=atomic");
61
}
62
0 commit comments