Skip to content

Commit da90cd0

Browse files
committed
Add support for QNX 8.0 targets
Signed-off-by: Florian Bartels <Florian.Bartels@elektrobit.com>
1 parent 8f35361 commit da90cd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ctest/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,7 @@ fn default_cfg(target: &str) -> Vec<(String, Option<String>)> {
11361136
"700" => "nto70",
11371137
"710" => "nto71",
11381138
"710_iosock" => "nto71_iosock",
1139+
"800" => "nto80",
11391140
_ => panic!("Unknown version: {version}"),
11401141
};
11411142
("nto", "unix", env)

0 commit comments

Comments
 (0)