Skip to content

Commit 863cd6b

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 c1b6716 commit 863cd6b

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
@@ -326,7 +326,7 @@ impl Step for StartupObjects {
326326
fn run(self, builder: &Builder<'_>) {
327327
let for_compiler = self.compiler;
328328
let target = self.target;
329-
if !target.contains("pc-windows-gnu") {
329+
if !target.contains("windows-gnu") {
330330
return
331331
}
332332

0 commit comments

Comments
 (0)