Skip to content

Commit 1f5f5a6

Browse files
flba-ebgitbot
authored and
gitbot
committed
Add support for QNX 7.1 with io-sock on x64
Signed-off-by: Florian Bartels <[email protected]>
1 parent e3249e7 commit 1f5f5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ test = true
139139
level = "warn"
140140
check-cfg = [
141141
'cfg(bootstrap)',
142-
'cfg(target_arch, values("xtensa", "aarch64-unknown-nto-qnx710_iosock"))',
142+
'cfg(target_arch, values("xtensa", "aarch64-unknown-nto-qnx710_iosock", "x86_64-pc-nto-qnx710_iosock"))',
143143
'cfg(target_env, values("nto71_iosock"))',
144144
# std use #[path] imports to portable-simd `std_float` crate
145145
# and to the `backtrace` crate which messes-up with Cargo list

0 commit comments

Comments
 (0)