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 {
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
......@@ -14,6 +14,3 @@ MIT:
1414- git https://github.com/nektro/zig-sys-linux
1515- git https://github.com/nektro/zig-time
1616- git https://github.com/nektro/zig-unicode-ucd
17
18Unspecified:
19- system_lib c