Skip to content

Commit

Permalink
Add a config default for QNX 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samkearney committed Jun 2, 2023
1 parent 3667358 commit 2af1537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,7 @@ fn default_cfg(target: &str) -> Vec<(String, Option<String>)> {
.map(|i| &target[i + before_env.len()..])
.unwrap();
let env = match version {
"700" => "nto70",
"710" => "nto71",
_ => panic!("Unknown version"),
};
Expand Down

0 comments on commit 2af1537

Please sign in to comment.