Skip to content

Commit 63bde55

Browse files
authored
Use Generic for bare-metal systems (#187)
1 parent f84bd51 commit 63bde55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ impl Config {
491491
("windows", "x86_64") => ("Windows", "AMD64"),
492492
("windows", "x86") => ("Windows", "X86"),
493493
("windows", "aarch64") => ("Windows", "ARM64"),
494+
("none", arch) => ("Generic", arch),
494495
// Others
495496
(os, arch) => (os, arch),
496497
};

0 commit comments

Comments
 (0)