Browse Source

Fix a bad merge typo

wip-new-parallel
Alex Crichton 5 years ago
parent
commit
9fcdab9102
  1. 2
      src/lib.rs

2
src/lib.rs

@ -1751,7 +1751,7 @@ impl Build {
{ {
"clang".to_string() "clang".to_string()
} else if target.contains("vxworks") { } else if target.contains("vxworks") {
"wr=c++".to_string() "wr-c++".to_string()
} else if self.get_host()? != target { } else if self.get_host()? != target {
// CROSS_COMPILE is of the form: "arm-linux-gnueabi-" // CROSS_COMPILE is of the form: "arm-linux-gnueabi-"
let cc_env = self.getenv("CROSS_COMPILE"); let cc_env = self.getenv("CROSS_COMPILE");

Loading…
Cancel
Save