We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5bf2f3 + 4e3fcaf commit 915b0deCopy full SHA for 915b0de
1 file changed
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