summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-03-30 16:29:33 +1100
committer Vas Crabb <vas@vastheman.com>2017-03-30 16:29:33 +1100
commitced308774203d9ff121b58e56ba28908ce9d6b8b (patch)
treef32185ae4f5b0bba9cd998828dcebef5fc0e7711 /3rdparty/bx
parent5e8fefbb1214e9936253a81da4946cc42cc20b9d (diff)
assume LLVM libc++ if __llvm__ is defined but __GLIBC__ is undefined
Diffstat (limited to '3rdparty/bx')
-rw-r--r--3rdparty/bx/include/bx/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bx/include/bx/platform.h b/3rdparty/bx/include/bx/platform.h
index 8d8c340171a..7e7591d3cb2 100644
--- a/3rdparty/bx/include/bx/platform.h
+++ b/3rdparty/bx/include/bx/platform.h
@@ -239,7 +239,7 @@
# elif defined(__MINGW32__) || defined(__MINGW64__)
# undef BX_CRT_MINGW
# define BX_CRT_MINGW 1
-# elif defined(__apple_build_version__) || defined(__ORBIS__) || defined(__EMSCRIPTEN__)
+# elif defined(__apple_build_version__) || defined(__ORBIS__) || defined(__EMSCRIPTEN__) || defined(__llvm__)
# undef BX_CRT_LIBCXX
# define BX_CRT_LIBCXX 1
# endif //