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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Compat/platform.h b/Source/Compat/platform.h
index 98ffc178..5f2e3f7c 100644
--- a/Source/Compat/platform.h
+++ b/Source/Compat/platform.h
@@ -46,5 +46,6 @@
// Check macos
#if defined(__APPLE__)
+#define PLATFORM_UNIX 1
#define PLATFORM_MACOSX 1
#endif \ No newline at end of file