We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82eec26 commit 91646ceCopy full SHA for 91646ce
src/lib.rs
@@ -2113,7 +2113,7 @@ impl Build {
2113
// This assumes qcc/q++ as compiler, which is currently the only supported compiler for QNX.
2114
// See for details: https://github.com/rust-lang/cc-rs/pull/1319
2115
let arg = match target.arch {
2116
- "i586" => "-Vgcc_ntox86_cxx",
+ "i586" | "x86" => "-Vgcc_ntox86_cxx",
2117
"aarch64" => "-Vgcc_ntoaarch64le_cxx",
2118
"x86_64" => "-Vgcc_ntox86_64_cxx",
2119
_ => {
0 commit comments