Skip to content

Commit 3f25fbc

Browse files
authored
Merge pull request JohnTitor/ctest2#52 from samkearney/add-x86-qnx-support
2 parents ff7a29a + f4269c2 commit 3f25fbc

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)