Kaydet (Commit) adb963c2 authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

i124783 - Fix wrong CPU string for MacOSX x86_64

üst a7389203
......@@ -171,7 +171,7 @@ namespace
else if (token.equals(OUSTR(PLATFORM_MACOSX_X86)))
ret = checkOSandCPU(OUSTR("MacOSX"), OUSTR("x86"));
else if (token.equals(OUSTR(PLATFORM_MACOSX_X86_64)))
ret = checkOSandCPU(OUSTR("MacOSX"), OUSTR("x86_64"));
ret = checkOSandCPU(OUSTR("MacOSX"), OUSTR("X86_64"));
else if (token.equals(OUSTR(PLATFORM_MACOSX_PPC)))
ret = checkOSandCPU(OUSTR("MacOSX"), OUSTR("PowerPC"));
else if (token.equals(OUSTR(PLATFORM_OS2_X86)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment