Set have_exec to y on cygwin so we have grub_mkrescue.

This commit is contained in:
Xuan Guo 2017-08-14 16:27:53 +02:00 committed by Vladimir Serbinenko
parent 6ccb2d54bc
commit 5435aaac3c
1 changed files with 2 additions and 1 deletions

View File

@ -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