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] =
|
||||
{
|
||||
"DeforaOS",
|
||||
"Linux",
|
||||
"Darwin",
|
||||
"Linux",
|
||||
"FreeBSD", "NetBSD", "OpenBSD",
|
||||
"SunOS",
|
||||
"Windows",
|
||||
|
Loading…
Reference in New Issue
Block a user