summaryrefslogtreecommitdiffstats
path: root/drivers/unix/os_unix.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-07-21 10:25:26 +0200
committerGitHub <noreply@github.com>2022-07-21 10:25:26 +0200
commita9e4eac7b965450234c7a4fb2de1346a23ca67f2 (patch)
tree4eee1f98891ff019462c5fd78f124e1c84a650ee /drivers/unix/os_unix.cpp
parente63ddd9e4f94d6b9a0592bdfd5e32c334c39390f (diff)
parent8823eae328547991def3b13ee2919291d29a278b (diff)
downloadredot-engine-a9e4eac7b965450234c7a4fb2de1346a23ca67f2.tar.gz
Merge pull request #63225 from bruvzg/mac_rename
Diffstat (limited to 'drivers/unix/os_unix.cpp')
-rw-r--r--drivers/unix/os_unix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/os_unix.cpp b/drivers/unix/os_unix.cpp
index 091287c652..5bf14056ab 100644
--- a/drivers/unix/os_unix.cpp
+++ b/drivers/unix/os_unix.cpp
@@ -65,7 +65,7 @@
#include <time.h>
#include <unistd.h>
-#if defined(OSX_ENABLED) || (defined(__ANDROID_API__) && __ANDROID_API__ >= 28)
+#if defined(MACOS_ENABLED) || (defined(__ANDROID_API__) && __ANDROID_API__ >= 28)
// Random location for getentropy. Fitting.
#include <sys/random.h>
#define UNIX_GET_ENTROPY