* configure.ac: Change target_os from windows to cygwin.
This commit is contained in:
parent
7b780018f5
commit
c3302aa582
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-08-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* configure.ac: Change target_os from windows to cygwin.
|
||||
|
||||
2013-08-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Handle grub-pe2elf and grub-mkfont for cases when build != host.
|
||||
|
|
|
@ -173,7 +173,7 @@ case "$host_os" in
|
|||
esac
|
||||
|
||||
case "$target_os" in
|
||||
mingw32*) target_os=cygwin ;;
|
||||
windows* | mingw32*) target_os=cygwin ;;
|
||||
esac
|
||||
|
||||
# This normalizes the names, and creates a new variable ("host_kernel")
|
||||
|
|
Loading…
Reference in a new issue