mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
(qb) Fix OS detection under msys2
This commit is contained in:
parent
c75f1d163b
commit
5ba8cbb5ef
@ -14,7 +14,7 @@ if [ -n "$CROSS_COMPILE" ]; then
|
|||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$OS" ]; then
|
if [ -z "$CROSS_COMPILE" ] || [ -z "$OS" ]; then
|
||||||
case "$(uname)" in
|
case "$(uname)" in
|
||||||
'Linux') OS='Linux';;
|
'Linux') OS='Linux';;
|
||||||
*'BSD') OS='BSD';;
|
*'BSD') OS='BSD';;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user