From 18f3e75b8984f7704babcb48d0f129145c55b604 Mon Sep 17 00:00:00 2001 From: Stephan Vedder Date: Tue, 3 May 2022 09:42:49 +0200 Subject: Set unix macro explicitly for apple --- Source/Compat/platform.h | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3