Allow installing for i586-unknown-redox

This commit is contained in:
bjorn3
2025-11-01 16:33:21 +01:00
parent 97dd77918e
commit f30179a889
+1 -1
View File
@@ -533,7 +533,7 @@ where
let bootloader_efi_name = match target.as_str() {
"aarch64-unknown-redox" => "BOOTAA64.EFI",
"i686-unknown-redox" => "BOOTIA32.EFI",
"i586-unknown-redox" | "i686-unknown-redox" => "BOOTIA32.EFI",
"x86_64-unknown-redox" => "BOOTX64.EFI",
"riscv64gc-unknown-redox" => "BOOTRISCV64.EFI",
_ => {