diff --git a/Source/Core/Common/Src/Misc.cpp b/Source/Core/Common/Src/Misc.cpp index b019537f0c..ce42deb4d2 100644 --- a/Source/Core/Common/Src/Misc.cpp +++ b/Source/Core/Common/Src/Misc.cpp @@ -4,7 +4,8 @@ #include "Common.h" -#ifdef __APPLE__ +// Neither Android nor OS X support TLS +#if defined(__APPLE__) || (ANDROID && __clang__) #define __thread #endif