Skip to content

Commit f3f33b7

Browse files
committed
Update manifest
1 parent 36a99a6 commit f3f33b7

File tree

1 file changed

+1
-1
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-1
lines changed

src/tools/build-manifest/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ impl Builder {
475475
}
476476
// so is rust-mingw if it's available for the target
477477
PkgType::RustMingw => {
478-
if host.ends_with("pc-windows-gnu") {
478+
if host.contains("pc-windows-gnu") {
479479
components.push(host_component(pkg));
480480
}
481481
}

0 commit comments

Comments
 (0)