[ox/std] Fix Darwin OS detection
This commit is contained in:
parent
936c922c1e
commit
7b6fad8062
2
deps/ox/src/ox/std/defines.hpp
vendored
2
deps/ox/src/ox/std/defines.hpp
vendored
@ -65,7 +65,7 @@ constexpr OS OS = OS::Linux;
|
||||
#elif defined(_WIN32)
|
||||
#define OX_OS_Windows
|
||||
constexpr OS OS = OS::Windows;
|
||||
#elif defined(__apple__)
|
||||
#elif defined(__APPLE__)
|
||||
#define OX_OS_Darwin
|
||||
constexpr OS OS = OS::Darwin;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user