Skip to content

Commit ce315cd

Browse files
committed
bootstrap: Build startup object for all windows-gnu target
So that uwp-windows-gnu also gets its startup objects built
1 parent e34bcdb commit ce315cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ impl Step for StartupObjects {
325325
fn run(self, builder: &Builder<'_>) {
326326
let for_compiler = self.compiler;
327327
let target = self.target;
328-
if !target.contains("pc-windows-gnu") {
328+
if !target.contains("windows-gnu") {
329329
return
330330
}
331331

0 commit comments

Comments
 (0)