mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
assume LLVM libc++ if __llvm__ is defined but __GLIBC__ is undefined
This commit is contained in:
parent
5e8fefbb12
commit
ced3087742
2
3rdparty/bx/include/bx/platform.h
vendored
2
3rdparty/bx/include/bx/platform.h
vendored
@ -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 //
|
||||
|
Loading…
Reference in New Issue
Block a user