Update build.rs
This commit is contained in:
parent
3ab350613b
commit
e079f2d70d
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ fn main() {
|
|||
|
||||
println!("cargo:compiler-rt={}", cwd.join("compiler-rt").display());
|
||||
|
||||
// Activate libm's unstable features to make full use of Nightly.
|
||||
println!("rustc-cfg=libm/unstable");
|
||||
|
||||
// Emscripten's runtime includes all the builtins
|
||||
if target.contains("emscripten") {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue