Skip to content

Commit

Permalink
Use Generic for bare-metal systems
Browse files Browse the repository at this point in the history
  • Loading branch information
frankplow committed Oct 8, 2023
1 parent c4a60dd commit a1192a1
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 @@ -486,6 +486,7 @@ impl Config {
("windows", "x86_64") => ("Windows", "AMD64"),
("windows", "x86") => ("Windows", "X86"),
("windows", "aarch64") => ("Windows", "ARM64"),
("none", arch) => ("Generic", arch),
// Others
(os, arch) => (os, arch),
};
Expand Down

0 comments on commit a1192a1

Please sign in to comment.