Update build.rs
This commit is contained in:
parent
e079f2d70d
commit
e796054f9e
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ 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");
|
||||
println!("cargo:rustc-cfg=feature=\"unstable\"");
|
||||
|
||||
// Emscripten's runtime includes all the builtins
|
||||
if target.contains("emscripten") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue