mirror of
https://github.com/tmux/tmux.git
synced 2025-01-27 16:48:49 +00:00
msys is apparently a cygwin variant that doesn't say it is cygwin...
This commit is contained in:
parent
06684c93de
commit
58e9d12f23
@ -616,7 +616,7 @@ case "$host_os" in
|
||||
AC_MSG_RESULT(hpux)
|
||||
PLATFORM=hpux
|
||||
;;
|
||||
*cygwin*)
|
||||
*cygwin*|*msys*)
|
||||
AC_MSG_RESULT(cygwin)
|
||||
PLATFORM=cygwin
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user