Added support for MSYS2

This commit is contained in:
Florin Popescu 2021-02-12 04:25:15 +02:00 committed by Ihor Dutchak
parent 3cd1742737
commit de08a4f3b8

View File

@ -121,6 +121,13 @@ case $host in
threads="windows"
win_implementation="mingw"
;;
*-msys*)
AC_MSG_RESULT([ (Windows back-end, using MSYS2)])
backend="windows"
os="windows"
threads="windows"
win_implementation="mingw"
;;
*-cygwin*)
AC_MSG_RESULT([ (Windows back-end, using Cygwin)])
backend="windows"