Static link openlibm
This commit is contained in:
parent
fd4bc88880
commit
7697c7277e
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ fn main() {
|
|||
println!("cargo:rustc-link-lib=mxio");
|
||||
println!("cargo:rustc-link-lib=launchpad"); // for std::process
|
||||
} else if target.contains("redox") {
|
||||
println!("cargo:rustc-link-lib=openlibm");
|
||||
println!("cargo:rustc-link-lib=static=openlibm");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue