Set have_exec to y on cygwin so we have grub_mkrescue.
This commit is contained in:
parent
6ccb2d54bc
commit
5435aaac3c
1 changed files with 2 additions and 1 deletions
|
@ -204,7 +204,8 @@ case "$host_os" in
|
|||
esac
|
||||
|
||||
case "$host_os" in
|
||||
cygwin | windows* | mingw32*) have_exec=n ;;
|
||||
cygwin) have_exec=y ;;
|
||||
windows* | mingw32*) have_exec=n ;;
|
||||
aros*) have_exec=n ;;
|
||||
*) have_exec=y;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue