소스 검색

set time_linux IS_SUPPORTED to true

Mikkel Hjortshoej 6 년 전
부모
커밋
1a6b7f9945
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/time/time_linux.odin

+ 1 - 1
core/time/time_linux.odin

@@ -4,7 +4,7 @@ import "core:os";
 import "core:fmt";
 
 // NOTE(Jeroen): The times returned are in UTC
-IS_SUPPORTED :: false;
+IS_SUPPORTED :: true;
 
 now :: proc() -> Time {