Skip to content

Commit 2921de6

Browse files
committed
rustbuild: correct line length
1 parent 9cb948f commit 2921de6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bootstrap/native.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ impl Step for Llvm {
125125
} else {
126126
match builder.config.llvm_targets {
127127
Some(ref s) => s,
128-
None => "AArch64;ARM;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86",
128+
None => "AArch64;ARM;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;\
129+
Sparc;SystemZ;WebAssembly;X86",
129130
}
130131
};
131132

0 commit comments

Comments
 (0)