Skip to content

Commit 7697c72

Browse files
committed
Static link openlibm
1 parent fd4bc88 commit 7697c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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=openlibm");
66+
println!("cargo:rustc-link-lib=static=openlibm");
6767
}
6868
}
6969

0 commit comments

Comments
 (0)