diff --git a/src/FastRandom.cpp b/src/FastRandom.cpp index 639aa65f0..437dc72ff 100644 --- a/src/FastRandom.cpp +++ b/src/FastRandom.cpp @@ -10,7 +10,7 @@ #ifdef _WIN32 #define thread_local static __declspec(thread) -#elseif __OSX__ +#elif __APPLE__ #define thread_local static __thread #endif