Skip to content

Commit 915b0de

Browse files
authored
Merge pull request #658 from tgross35/emscripten-fix
2 parents b5bf2f3 + 4e3fcaf commit 915b0de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.rs

Lines changed: 1 addition & 1 deletion
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)