openbsd: doesn't use static as it could result duplicated symbols
This commit is contained in:
parent
3ae27657a1
commit
b1b06f583a
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ fn main() {
|
|||
// OpenBSD provides compiler_rt by default, use it instead of rebuilding it from source
|
||||
if target.contains("openbsd") {
|
||||
println!("cargo:rustc-link-search=native=/usr/lib");
|
||||
println!("cargo:rustc-link-lib=static=compiler_rt");
|
||||
println!("cargo:rustc-link-lib=compiler_rt");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue