Skip to content

Commit

Permalink
Add support for QNX 7.1 with io-sock on x64
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bartels <Florian.Bartels@elektrobit.com>
  • Loading branch information
flba-eb authored and gitbot committed Feb 20, 2025
1 parent e3249e7 commit 1f5f5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ test = true
level = "warn"
check-cfg = [
'cfg(bootstrap)',
'cfg(target_arch, values("xtensa", "aarch64-unknown-nto-qnx710_iosock"))',
'cfg(target_arch, values("xtensa", "aarch64-unknown-nto-qnx710_iosock", "x86_64-pc-nto-qnx710_iosock"))',
'cfg(target_env, values("nto71_iosock"))',
# std use #[path] imports to portable-simd `std_float` crate
# and to the `backtrace` crate which messes-up with Cargo list
Expand Down

0 comments on commit 1f5f5a6

Please sign in to comment.