Skip to content

Commit

Permalink
Static link openlibm
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Dec 21, 2016
1 parent fd4bc88 commit 7697c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/build.rs
Expand Up @@ -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");
}
}

Expand Down

0 comments on commit 7697c72

Please sign in to comment.