Fixed OS detection on Linux and MacOS X

This commit is contained in:
Pierre Pronchery 2012-09-14 21:38:34 +00:00
parent 25c84fbf7b
commit a3ca805c6f

View File

@ -53,8 +53,8 @@ const EnumMap mHostArch[] =
const String * sHostOS[HO_COUNT] =
{
"DeforaOS",
"Linux",
"Darwin",
"Linux",
"FreeBSD", "NetBSD", "OpenBSD",
"SunOS",
"Windows",