rustbuild: correct line length

This commit is contained in:
Sam Elliott 2019-08-02 17:40:57 +01:00
parent 9cb948feea
commit 2921de63bb

View file

@ -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",
}
};