Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/Compat/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Compat/platform.h b/Source/Compat/platform.h
index 5a82436f..aeeb1a73 100644
--- a/Source/Compat/platform.h
+++ b/Source/Compat/platform.h
@@ -35,7 +35,7 @@
#endif
// Check unix
-#if defined __unix__
+#if defined __unix__ || defined __APPLE__
#define PLATFORM_UNIX 1
#endif