mirror of
http://cgit.git.savannah.gnu.org/git/grub.git
synced 2026-04-28 06:33:17 +00:00
Set have_exec to y on cygwin so we have grub_mkrescue.
This commit is contained in:
committed by
Vladimir Serbinenko
parent
6ccb2d54bc
commit
5435aaac3c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user