浏览代码

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";
 import "core:fmt";
 
 
 // NOTE(Jeroen): The times returned are in UTC
 // NOTE(Jeroen): The times returned are in UTC
-IS_SUPPORTED :: false;
+IS_SUPPORTED :: true;
 
 
 now :: proc() -> Time {
 now :: proc() -> Time {