From adecdc2f07f7c0812eab665d5991f32ce0d6aa63 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sun, 17 May 2015 16:10:55 +0100 Subject: Fixed typo. --- src/FastRandom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3