Fixed OS detection on Linux and MacOS X
This commit is contained in:
parent
25c84fbf7b
commit
a3ca805c6f
@ -53,8 +53,8 @@ const EnumMap mHostArch[] =
|
|||||||
const String * sHostOS[HO_COUNT] =
|
const String * sHostOS[HO_COUNT] =
|
||||||
{
|
{
|
||||||
"DeforaOS",
|
"DeforaOS",
|
||||||
"Linux",
|
|
||||||
"Darwin",
|
"Darwin",
|
||||||
|
"Linux",
|
||||||
"FreeBSD", "NetBSD", "OpenBSD",
|
"FreeBSD", "NetBSD", "OpenBSD",
|
||||||
"SunOS",
|
"SunOS",
|
||||||
"Windows",
|
"Windows",
|
||||||
|
Loading…
Reference in New Issue
Block a user