Browse Source

build fix

Adam Ierymenko 5 năm trước cách đây
mục cha
commit
8cf6808c50
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      osdep/OSUtils.cpp

+ 1 - 1
osdep/OSUtils.cpp

@@ -37,7 +37,7 @@ static clock_serv_t _machGetRealtimeClock() noexcept
 	host_get_clock_service(mach_host_self(),CALENDAR_CLOCK,&c);
 	return c;
 }
-static clock_serv_t s_machRealtimeClock = _machGetRealtimeClock();
+clock_serv_t OSUtils::s_machRealtimeClock = _machGetRealtimeClock();
 #endif
 
 unsigned int OSUtils::ztsnprintf(char *buf,unsigned int len,const char *fmt,...)