From 2c22e0255489ed6a782439e94411694efe0c8d6c Mon Sep 17 00:00:00 2001 From: Iliyas Jorio Date: Sat, 3 Sep 2022 01:16:13 +0200 Subject: [PATCH] Tiger compilefix --- src/CompilerSupport/filesystem_implementation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CompilerSupport/filesystem_implementation.hpp b/src/CompilerSupport/filesystem_implementation.hpp index 06a0cbe..f0eed3a 100644 --- a/src/CompilerSupport/filesystem_implementation.hpp +++ b/src/CompilerSupport/filesystem_implementation.hpp @@ -132,7 +132,7 @@ #include #endif #endif -#ifdef GHC_OS_MACOS +#if defined(GHC_OS_MACOS) && !defined(__POWERPC__) #include #endif