Merge pull request #658 from tgross35/emscripten-fix
This commit is contained in:
commit
e7912d3dca
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ fn main() {
|
|||
println!("cargo:rustc-cfg=feature=\"unstable\"");
|
||||
|
||||
// Emscripten's runtime includes all the builtins
|
||||
if target.env == "emscripten" {
|
||||
if target.os == "emscripten" {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue