Skip to content

Commit

Permalink
Use Generic for bare-metal systems (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankplow authored Aug 15, 2024
1 parent f84bd51 commit 63bde55
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 @@ -491,6 +491,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 63bde55

Please sign in to comment.