authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:34:06 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:34:06 -07:00
logdd7f8f3654e697785fa1c1d6fb22c638b6b15645
tree39a232f3e038ea63e36c330a8337668a38b3989e
parent0355ad1e9add0f411ccb92749ab809fb4277ca2b
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
......@@ -13,6 +13,3 @@ MIT:
1313- git https://github.com/nektro/zig-sys-linux
1414- git https://github.com/nektro/zig-time
1515- git https://github.com/nektro/zig-tracer
16
17Unspecified:
18- system_lib c