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
path: root/Source
diff options
context:
space:
mode:
authorStephan Vedder <vedder@mbits.info>2022-05-03 10:42:49 +0300
committerStephan Vedder <vedder@mbits.info>2022-05-03 10:47:36 +0300
commit18f3e75b8984f7704babcb48d0f129145c55b604 (patch)
tree566a385f5bd5cb8de99674cac4272e00af847533 /Source
parent4f330e51e9bb999f7ab6deaa6457cc9801f198a6 (diff)
Set unix macro explicitly for apple
Diffstat (limited to 'Source')
-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