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 {
1414 }),
1515 });
1616 deps.addAllTo(tests);
17 tests.linkLibC();
1718 tests.use_llvm = !disable_llvm;
1819 tests.use_lld = !disable_llvm;
1920
licenses.txt-3
......@@ -20,6 +20,3 @@ MPL-2.0:
2020- git https://github.com/nektro/zig-pek
2121- git https://github.com/nektro/zig-unicode-idna
2222- git https://github.com/nektro/zig-whatwg-url
23
24Unspecified:
25- system_lib c