Don't create .msi installer for gnullvm hosts
WIX toolset works only on Windows hosts and we need to boostrap this host.
This commit is contained in:
parent
00b526212b
commit
4f0b60aa71
1 changed files with 2 additions and 1 deletions
|
|
@ -1681,7 +1681,8 @@ impl Step for Extended {
|
|||
cmd.run(builder);
|
||||
}
|
||||
|
||||
if target.is_windows() {
|
||||
// FIXME(mati865): `gnullvm` here is temporary, remove it once it can host itself
|
||||
if target.is_windows() && !target.contains("gnullvm") {
|
||||
let exe = tmp.join("exe");
|
||||
let _ = fs::remove_dir_all(&exe);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue