msys is apparently a cygwin variant that doesn't say it is cygwin...

pull/1247/head
Nicholas Marriott 2018-01-16 08:29:15 +00:00
parent 06684c93de
commit 58e9d12f23
1 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ case "$host_os" in
AC_MSG_RESULT(hpux)
PLATFORM=hpux
;;
*cygwin*)
*cygwin*|*msys*)
AC_MSG_RESULT(cygwin)
PLATFORM=cygwin
;;