bootstrap: Build startup object for all windows-gnu target

So that uwp-windows-gnu also gets its startup objects built
This commit is contained in:
Hugo Beauzée-Luyssen 2019-05-27 16:32:00 +02:00
parent e34bcdbc57
commit ce315cd2fe
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ impl Step for StartupObjects {
fn run(self, builder: &Builder<'_>) {
let for_compiler = self.compiler;
let target = self.target;
if !target.contains("pc-windows-gnu") {
if !target.contains("windows-gnu") {
return
}