Skip to content

Commit

Permalink
Merge pull request #52 from samkearney/add-x86-qnx-support
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Jun 4, 2023
2 parents 3667358 + 2af1537 commit a40b8af
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 a40b8af

Please sign in to comment.