Skip to content

Commit

Permalink
Add support for QNX 8.0 targets
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bartels <[email protected]>
  • Loading branch information
flba-eb committed Dec 18, 2024
1 parent 4d4115e commit 2f68d85
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 @@ -1136,6 +1136,7 @@ fn default_cfg(target: &str) -> Vec<(String, Option<String>)> {
"700" => "nto70",
"710" => "nto71",
"710_iosock" => "nto71_iosock",
"800" => "nto80",
_ => panic!("Unknown version: {version}"),
};
("nto", "unix", env)
Expand Down

0 comments on commit 2f68d85

Please sign in to comment.