Use __EMSCRIPTEN__ rather than EMSCRIPTEN.

This commit is contained in:
Bruce Mitchener
2015-09-04 17:16:00 +07:00
parent 0d68c981da
commit 397de5e002

View File

@@ -175,7 +175,7 @@
#elif defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__)
# undef BX_PLATFORM_OSX
# define BX_PLATFORM_OSX 1
#elif defined(EMSCRIPTEN)
#elif defined(__EMSCRIPTEN__)
# undef BX_PLATFORM_EMSCRIPTEN
# define BX_PLATFORM_EMSCRIPTEN 1
#elif defined(__ORBIS__)