Skip to content

Commit 2216530

Browse files
authored
Merge pull request rust-lang#658 from tgross35/emscripten-fix
2 parents e7341d5 + 59b1348 commit 2216530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fn main() {
5555
println!("cargo:rustc-cfg=feature=\"unstable\"");
5656

5757
// Emscripten's runtime includes all the builtins
58-
if target.env == "emscripten" {
58+
if target.os == "emscripten" {
5959
return;
6060
}
6161

0 commit comments

Comments
 (0)