Update liblibc, go back to lazy linking openlibm
This commit is contained in:
parent
2ca1f0b3b3
commit
e909e431d5
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 0ac39c5ccf6a04395b7c40dd62321cb91f63f160
|
||||
Subproject commit e49e9bb7c3d9c7f2fd893f0ee0db81617b8db21f
|
|
@ -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=static=openlibm");
|
||||
println!("cargo:rustc-link-lib=openlibm");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue