authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:34:34 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:34:34 -07:00
log5f2e5122fc6b8b42ad78eee521ca5d71bf9cb660
tree1762ced624d5303c2ea76bef7eed59d66bb898e9
parentdf213099ceef34546097bdb715fb45047e50e91f
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
...@@ -20,6 +20,3 @@ MPL-2.0:...@@ -20,6 +20,3 @@ MPL-2.0:
20- git https://github.com/nektro/zig-pek20- git https://github.com/nektro/zig-pek
21- git https://github.com/nektro/zig-unicode-idna21- git https://github.com/nektro/zig-unicode-idna
22- git https://github.com/nektro/zig-whatwg-url22- git https://github.com/nektro/zig-whatwg-url
23
24Unspecified:
25- system_lib c