Skip to content

Commit a3fc3ae

Browse files
authored
Fix wasm32-unknown-unknown by passing -c
Fix #1423
1 parent 8ea5e95 commit a3fc3ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1351,6 +1351,8 @@ impl Build {
13511351
},
13521352
);
13531353

1354+
cmd.arg("-c");
1355+
13541356
if compiler.supports_path_delimiter() {
13551357
cmd.arg("--");
13561358
}

0 commit comments

Comments
 (0)