mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
fix make error on macOS
This commit is contained in:
committed by
Richard Jenkins
parent
5af2b6c214
commit
52ad1e1795
@@ -46,7 +46,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__) && (__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 101200)
|
||||
mach_timebase_info_data_t _mach_base_info = { 0 };
|
||||
static mach_timebase_info_data_t _mach_base_info = { 0 };
|
||||
#endif
|
||||
|
||||
#if !((defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200809L) || (defined(_XOPEN_SOURCE) && _XOPEN_SOURCE >= 700))
|
||||
|
||||
Reference in New Issue
Block a user