mirror of
https://github.com/RPCS3/hidapi.git
synced 2024-11-27 03:50:29 +00:00
Added support for MSYS2
This commit is contained in:
parent
3cd1742737
commit
de08a4f3b8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user