Skip to content

Commit

Permalink
rustbuild: correct line length
Browse files Browse the repository at this point in the history
  • Loading branch information
lenary committed Aug 2, 2019
1 parent 9cb948f commit 2921de6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bootstrap/native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ impl Step for Llvm {
} else {
match builder.config.llvm_targets {
Some(ref s) => s,
None => "AArch64;ARM;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86",
None => "AArch64;ARM;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;\
Sparc;SystemZ;WebAssembly;X86",
}
};

Expand Down

0 comments on commit 2921de6

Please sign in to comment.