We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 182450f + ffffe2e commit ec413b2Copy full SHA for ec413b2
build.rs
@@ -13,7 +13,7 @@ fn main() {
13
// OpenBSD provides compiler_rt by default, use it instead of rebuilding it from source
14
if target.contains("openbsd") {
15
println!("cargo:rustc-link-search=native=/usr/lib");
16
- println!("cargo:rustc-link-lib=static=compiler_rt");
+ println!("cargo:rustc-link-lib=compiler_rt");
17
return;
18
}
19
0 commit comments