mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Merge pull request #1214 from heuripedes/master
(qb) Fix OS detection under MinGW
This commit is contained in:
commit
a43d338422
@ -19,9 +19,9 @@ if [ -z "$CROSS_COMPILE" ] || [ -z "$OS" ]; then
|
||||
'Linux') OS='Linux';;
|
||||
*'BSD') OS='BSD';;
|
||||
'Darwin') OS='Darwin';;
|
||||
'MINGW32'*) OS='MinGW';;
|
||||
'CYGWIN'*) OS='Cygwin';;
|
||||
'Haiku') OS='Haiku';;
|
||||
'MINGW'*) OS='Win32';;
|
||||
*) OS="Win32";;
|
||||
esac
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user