mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Update qb/qb.comp.sh
This commit is contained in:
parent
12308e321a
commit
1f8bef7eeb
@ -12,6 +12,7 @@ case "$(uname)" in
|
||||
'Darwin') OS='Darwin';;
|
||||
'MINGW32'*) OS='MinGW';;
|
||||
'CYGWIN'*) OS='Cygwin';;
|
||||
'Haiku') OS='Haiku';;
|
||||
*) OS="Win32";;
|
||||
esac
|
||||
echo "$ECHOBUF ... $OS"
|
||||
|
Loading…
Reference in New Issue
Block a user