Skip to content

Commit

Permalink
Merge pull request #658 from tgross35/emscripten-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu authored Aug 5, 2024
2 parents e7341d5 + 59b1348 commit 2216530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 2216530

Please sign in to comment.