From 651cfd5c21659e35a8c5fdf7b091e7ed5b17838b Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 28 Oct 2020 21:16:26 +0100 Subject: [PATCH] Now apple has to be stupid. Remove this when they get their shit together with parallel execution. --- server/TracySort.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracySort.hpp b/server/TracySort.hpp index 0c0d9032..2a1b54a0 100644 --- a/server/TracySort.hpp +++ b/server/TracySort.hpp @@ -1,7 +1,7 @@ #ifndef __TRACYSORT_HPP__ #define __TRACYSORT_HPP__ -#if ( defined _MSC_VER && _MSVC_LANG >= 201703L ) || __cplusplus >= 201703L +#if !defined __APPLE__ && ( ( defined _MSC_VER && _MSVC_LANG >= 201703L ) || __cplusplus >= 201703L ) # if __has_include() # include # include