From 3d114e5506ffa3352e7b8d36cac2c6eacdd7d598 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 19 Jun 2014 20:57:54 -0400 Subject: [PATCH] Update linux platform check in KePlatform.h to be consistent with others. --- knight/shared/KePlatform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knight/shared/KePlatform.h b/knight/shared/KePlatform.h index a4a9f3cf..220a1bfc 100644 --- a/knight/shared/KePlatform.h +++ b/knight/shared/KePlatform.h @@ -16,7 +16,7 @@ #define KE_PLATFORM_POSIX -#if defined linux +#if defined __linux__ #define KE_PLATFORM_LINUX #elif defined __APPLE__ #define KE_PLATFORM_APPLE