Skip to content

Commit 8f35361

Browse files
committed
Add support for alternative network stack io-sock on QNX 7.1
Signed-off-by: Florian Bartels <Florian.Bartels@elektrobit.com>
1 parent 3a8d90b commit 8f35361

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ctest/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,8 @@ fn default_cfg(target: &str) -> Vec<(String, Option<String>)> {
11351135
let env = match version {
11361136
"700" => "nto70",
11371137
"710" => "nto71",
1138-
_ => panic!("Unknown version"),
1138+
"710_iosock" => "nto71_iosock",
1139+
_ => panic!("Unknown version: {version}"),
11391140
};
11401141
("nto", "unix", env)
11411142
} else if target.contains("linux-ohos") {

0 commit comments

Comments
 (0)