authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:37:21 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:37:21 -07:00
log7d05e99601740c3388080dbb4ce569def970aeb9
tree53ec9d9b8ca47f9cc1eb0cad42205d7d13cb5bf8
parent795e089153e76978d9e3f6ec48e4f5d66eed9b9a
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
......@@ -18,6 +18,3 @@ MIT:
1818- git https://github.com/nektro/zig-time
1919- git https://github.com/nektro/zig-tracer
2020- git https://github.com/nektro/zig-unicode-ucd
21
22Unspecified:
23- system_lib c