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 Vincent Batts
parent aa6226fefb
commit cf12641347

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