Skip to content

Commit de08a4f

Browse files
Florin-PopescuYouw
authored andcommitted
Added support for MSYS2
1 parent 3cd1742 commit de08a4f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

configure.ac

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,13 @@ case $host in
121121
threads="windows"
122122
win_implementation="mingw"
123123
;;
124+
*-msys*)
125+
AC_MSG_RESULT([ (Windows back-end, using MSYS2)])
126+
backend="windows"
127+
os="windows"
128+
threads="windows"
129+
win_implementation="mingw"
130+
;;
124131
*-cygwin*)
125132
AC_MSG_RESULT([ (Windows back-end, using Cygwin)])
126133
backend="windows"

0 commit comments

Comments
 (0)