authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-05-29 16:35:54 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-05-29 16:35:54 -07:00
log0f4db4c980146e4a3fc86a9a9070452a25ff9317
tree6f9706693d395500d813ffb62fa98940bbf584e1
parent6e4e3983cea4fe7f705ce6c6606832fca409a4c7
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

macos support


3 files changed, 3 insertions(+), 0 deletions(-)

licenses.txt+1
...@@ -3,6 +3,7 @@ MIT:...@@ -3,6 +3,7 @@ MIT:
3- This3- This
4- git https://github.com/nektro/zig-expect4- git https://github.com/nektro/zig-expect
5- git https://github.com/nektro/zig-extras5- git https://github.com/nektro/zig-extras
6- git https://github.com/nektro/zig-sys-darwin
6- git https://github.com/nektro/zig-sys-linux7- git https://github.com/nektro/zig-sys-linux
78
8Unspecified:9Unspecified:
time.zig+1
...@@ -7,6 +7,7 @@ const time = @This();...@@ -7,6 +7,7 @@ const time = @This();
77
8const sys = switch (builtin.target.os.tag) {8const sys = switch (builtin.target.os.tag) {
9 .linux => sys_linux,9 .linux => sys_linux,
10 .macos => @import("sys-darwin"),
10 else => unreachable, // TODO:11 else => unreachable, // TODO:
11};12};
1213
zig.mod+1
...@@ -7,5 +7,6 @@ min_zig_version: 0.11.0-dev.1681+0bb178bbb...@@ -7,5 +7,6 @@ min_zig_version: 0.11.0-dev.1681+0bb178bbb
7dependencies:7dependencies:
8 - src: git https://github.com/nektro/zig-extras8 - src: git https://github.com/nektro/zig-extras
9 - src: git https://github.com/nektro/zig-sys-linux9 - src: git https://github.com/nektro/zig-sys-linux
10 - src: git https://github.com/nektro/zig-sys-darwin
10root_dependencies:11root_dependencies:
11 - src: git https://github.com/nektro/zig-expect12 - src: git https://github.com/nektro/zig-expect