From a342c225ccf2e054fecbae0b8da78cb5964ce41f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 18 Feb 2017 00:10:21 -0800 Subject: [PATCH] Fixed Emscripten build. --- include/bx/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/platform.h b/include/bx/platform.h index 193e0c2..5bf41d2 100644 --- a/include/bx/platform.h +++ b/include/bx/platform.h @@ -236,7 +236,7 @@ # elif defined(__MINGW32__) || defined(__MINGW64__) # undef BX_CRT_MINGW # define BX_CRT_MINGW 1 -# elif defined(__apple_build_version__) || defined(__ORBIS__) +# elif defined(__apple_build_version__) || defined(__ORBIS__) || defined(__EMSCRIPTEN__) # undef BX_CRT_LIBCXX # define BX_CRT_LIBCXX 1 # endif //