From 273dc78136a781082ce5e192b981894a7901cbbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 29 Jan 2017 09:48:36 -0800 Subject: [PATCH] Android: Detect libcxx CRT when building with clang. --- 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 db7625f..99d29a0 100644 --- a/include/bx/platform.h +++ b/include/bx/platform.h @@ -72,7 +72,7 @@ # elif defined(__MINGW32__) || defined(__MINGW64__) # undef BX_CRT_MINGW # define BX_CRT_MINGW 1 -# elif defined(__apple_build_version__) +# elif defined(__apple_build_version__) || defined(__ANDROID__) # undef BX_CRT_LIBCXX # define BX_CRT_LIBCXX 1 # endif //