Skip to content

Commit 9fcdab9

Browse files
committed
Fix a bad merge typo
1 parent fa98eb0 commit 9fcdab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,7 @@ impl Build {
17511751
{
17521752
"clang".to_string()
17531753
} else if target.contains("vxworks") {
1754-
"wr=c++".to_string()
1754+
"wr-c++".to_string()
17551755
} else if self.get_host()? != target {
17561756
// CROSS_COMPILE is of the form: "arm-linux-gnueabi-"
17571757
let cc_env = self.getenv("CROSS_COMPILE");

0 commit comments

Comments
 (0)