authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:34:25 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:34:25 -07:00
logbbd55a68290b39d1eec3399c080dac17c1730bd5
treedbd7d434b808ece7d47210a36985f8fb07b16ed8
parent0d117a73e45c1d713e23fb7b52d0086393e2f7b2
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

remove c dep from sys-linux


2 files changed, 1 insertions(+), 3 deletions(-)

build.zig+1
...@@ -14,6 +14,7 @@ pub fn build(b: *std.Build) void {...@@ -14,6 +14,7 @@ pub fn build(b: *std.Build) void {
14 }),14 }),
15 });15 });
16 deps.addAllTo(tests);16 deps.addAllTo(tests);
17 tests.linkLibC();
17 tests.use_llvm = !disable_llvm;18 tests.use_llvm = !disable_llvm;
18 tests.use_lld = !disable_llvm;19 tests.use_lld = !disable_llvm;
1920
licenses.txt-3
...@@ -14,6 +14,3 @@ MIT:...@@ -14,6 +14,3 @@ MIT:
14- git https://github.com/nektro/zig-sys-linux14- git https://github.com/nektro/zig-sys-linux
15- git https://github.com/nektro/zig-time15- git https://github.com/nektro/zig-time
16- git https://github.com/nektro/zig-unicode-ucd16- git https://github.com/nektro/zig-unicode-ucd
17
18Unspecified:
19- system_lib c