From 8a62229a5b0090a1eac7f79ef86e6782bc97d9b5 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Fri, 1 Dec 2017 11:16:05 +0100 Subject: [PATCH] Fix build on Xcode --- src/openrct2/platform/Platform.macOS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/platform/Platform.macOS.cpp b/src/openrct2/platform/Platform.macOS.cpp index 25e5a9bd4c..9eeec5e7d0 100644 --- a/src/openrct2/platform/Platform.macOS.cpp +++ b/src/openrct2/platform/Platform.macOS.cpp @@ -14,7 +14,7 @@ *****************************************************************************/ #pragma endregion -#ifdef __MACOS__ +#if defined(__APPLE__) && defined(__MACH__) #include "../core/Path.hpp" #include "Platform2.h"