mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-07 15:56:59 +00:00
Fix efiemu compilation condition
This commit is contained in:
parent
f34c08dac5
commit
cfdcef121f
@ -545,7 +545,7 @@ fi
|
|||||||
if test x"$target_cpu" != xi386 ; then
|
if test x"$target_cpu" != xi386 ; then
|
||||||
efiemu_excuse="only available on i386"
|
efiemu_excuse="only available on i386"
|
||||||
fi
|
fi
|
||||||
if test x"$platform" != xefi ; then
|
if test x"$platform" = xefi ; then
|
||||||
efiemu_excuse="not available on efi"
|
efiemu_excuse="not available on efi"
|
||||||
fi
|
fi
|
||||||
if test x"$efiemu_excuse" = x ; then
|
if test x"$efiemu_excuse" = x ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user