mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 18:04:13 +00:00
Update liblibc, go back to lazy linking openlibm
This commit is contained in:
parent
2ca1f0b3b3
commit
e909e431d5
@ -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…
Reference in New Issue
Block a user