Skip to content

Commit e909e43

Browse files
committed
Update liblibc, go back to lazy linking openlibm
1 parent 2ca1f0b commit e909e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libstd/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fn main() {
6363
println!("cargo:rustc-link-lib=mxio");
6464
println!("cargo:rustc-link-lib=launchpad"); // for std::process
6565
} else if target.contains("redox") {
66-
println!("cargo:rustc-link-lib=static=openlibm");
66+
println!("cargo:rustc-link-lib=openlibm");
6767
}
6868
}
6969

0 commit comments

Comments
 (0)