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"