Skip to content

Commit

Permalink
Fix wasm32-unknown-unknown by passing -c
Browse files Browse the repository at this point in the history
Fix #1423
  • Loading branch information
NobodyXu authored Feb 27, 2025
1 parent 8ea5e95 commit a3fc3ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1351,6 +1351,8 @@ impl Build {
},
);

cmd.arg("-c");

if compiler.supports_path_delimiter() {
cmd.arg("--");
}
Expand Down

0 comments on commit a3fc3ae

Please sign in to comment.