Browse Source

set time_linux IS_SUPPORTED to true

Mikkel Hjortshoej 6 năm trước cách đây
mục cha
commit
1a6b7f9945
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {