Skip to content

Commit

Permalink
use wr-c++ instead of vx-cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
bpangWR committed Aug 9, 2019
1 parent 13e04b1 commit 5ab556e
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 @@ -1778,7 +1778,7 @@ impl Build {
target == "wasm32-unknown-unknown" {
"clang".to_string()
} else if target.contains("vxworks") {
"vx-cxx".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 5ab556e

Please sign in to comment.