mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
msys is apparently a cygwin variant that doesn't say it is cygwin...
This commit is contained in:
@ -616,7 +616,7 @@ case "$host_os" in
|
|||||||
AC_MSG_RESULT(hpux)
|
AC_MSG_RESULT(hpux)
|
||||||
PLATFORM=hpux
|
PLATFORM=hpux
|
||||||
;;
|
;;
|
||||||
*cygwin*)
|
*cygwin*|*msys*)
|
||||||
AC_MSG_RESULT(cygwin)
|
AC_MSG_RESULT(cygwin)
|
||||||
PLATFORM=cygwin
|
PLATFORM=cygwin
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user