Skip to content

Commit d302c18

Browse files
Fix StartupObject build
1 parent 6a67a05 commit d302c18

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
@@ -263,7 +263,7 @@ impl Step for StartupObjects {
263263
.arg("--cfg").arg("stage0")
264264
.arg("--target").arg(target)
265265
.arg("--emit=obj")
266-
.arg("--o").arg(dst_file)
266+
.arg("-o").arg(dst_file)
267267
.arg(src_file));
268268
}
269269

0 commit comments

Comments
 (0)