mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-19 21:43:36 -04:00
Added support for MSYS2
This commit is contained in:
committed by
Ihor Dutchak
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"
|
||||
|
||||
Reference in New Issue
Block a user