Skip to content

Commit f4269c2

Browse files
committed
Add a config default for QNX 7.0
1 parent ff7a29a commit f4269c2

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
@@ -1132,6 +1132,7 @@ fn default_cfg(target: &str) -> Vec<(String, Option<String>)> {
11321132
.map(|i| &target[i + before_env.len()..])
11331133
.unwrap();
11341134
let env = match version {
1135+
"700" => "nto70",
11351136
"710" => "nto71",
11361137
_ => panic!("Unknown version"),
11371138
};

0 commit comments

Comments
 (0)