Static link openlibm

This commit is contained in:
Jeremy Soller 2016-12-20 18:03:30 -07:00
parent fd4bc88880
commit 7697c7277e

View File

@ -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");
}
}