Skip to content

Commit 5ab556e

Browse files
committed
use wr-c++ instead of vx-cxx
1 parent 13e04b1 commit 5ab556e

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
@@ -1778,7 +1778,7 @@ impl Build {
17781778
target == "wasm32-unknown-unknown" {
17791779
"clang".to_string()
17801780
} else if target.contains("vxworks") {
1781-
"vx-cxx".to_string()
1781+
"wr-c++".to_string()
17821782
} else if self.get_host()? != target {
17831783
// CROSS_COMPILE is of the form: "arm-linux-gnueabi-"
17841784
let cc_env = self.getenv("CROSS_COMPILE");

0 commit comments

Comments
 (0)