We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7341d5 + 59b1348 commit 2216530Copy full SHA for 2216530
build.rs
@@ -55,7 +55,7 @@ fn main() {
55
println!("cargo:rustc-cfg=feature=\"unstable\"");
56
57
// Emscripten's runtime includes all the builtins
58
- if target.env == "emscripten" {
+ if target.os == "emscripten" {
59
return;
60
}
61
0 commit comments