Skip to content

Commit 7053adf

Browse files
committed
use vx-cxx
1 parent 8a17c47 commit 7053adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@ impl Build {
17621762
target == "wasm32-unknown-unknown" {
17631763
"clang".to_string()
17641764
} else if target.contains("vxworks") {
1765-
"vx-cc".to_string()
1765+
"vx-cxx".to_string()
17661766
} else if self.get_host()? != target {
17671767
// CROSS_COMPILE is of the form: "arm-linux-gnueabi-"
17681768
let cc_env = self.getenv("CROSS_COMPILE");

0 commit comments

Comments
 (0)