Skip to content

Commit

Permalink
Fix a bad merge typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Aug 12, 2019
1 parent fa98eb0 commit 9fcdab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@ impl Build {
{
"clang".to_string()
} else if target.contains("vxworks") {
"wr=c++".to_string()
"wr-c++".to_string()
} else if self.get_host()? != target {
// CROSS_COMPILE is of the form: "arm-linux-gnueabi-"
let cc_env = self.getenv("CROSS_COMPILE");
Expand Down

0 comments on commit 9fcdab9

Please sign in to comment.