mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
Merge pull request #1037 from heuripedes/master
(qb) Fix OS detection under msys2
This commit is contained in:
commit
4eb80db8de
@ -14,7 +14,7 @@ if [ -n "$CROSS_COMPILE" ]; then
|
||||
esac
|
||||
fi
|
||||
|
||||
if [ -z "$OS" ]; then
|
||||
if [ -z "$CROSS_COMPILE" ] || [ -z "$OS" ]; then
|
||||
case "$(uname)" in
|
||||
'Linux') OS='Linux';;
|
||||
*'BSD') OS='BSD';;
|
||||
|
Loading…
x
Reference in New Issue
Block a user