Skip to content
Snippets Groups Projects
Commit 6120ea61 authored by rswindell's avatar rswindell
Browse files

Change PLATFORM_DESC to "Linux64" for Linux-x86_64 (x64) builds.

This will also change the JavaScript system.platform value for Linux64 systems.
parent be815535
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,8 @@ extern "C" {
#define PLATFORM_DESC "OS/2"
#elif defined(__MSDOS__)
#define PLATFORM_DESC "DOS"
#elif defined(__linux__) && defined(__LP64__)
#define PLATFORM_DESC "Linux64"
#elif defined(__linux__)
#define PLATFORM_DESC "Linux"
#elif defined(__FreeBSD__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment