We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d17afd commit 9275937Copy full SHA for 9275937
src/bootstrap/src/core/build_steps/dist.rs
@@ -1681,7 +1681,8 @@ impl Step for Extended {
1681
cmd.run(builder);
1682
}
1683
1684
- if target.is_windows() && self.host.is_windows() {
+ // FIXME(mati865): `gnullvm` here is temporary, remove it once it can host itself
1685
+ if target.is_windows() && !target.contains("gnullvm") {
1686
let exe = tmp.join("exe");
1687
let _ = fs::remove_dir_all(&exe);
1688
0 commit comments