authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:37:39 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:37:39 -07:00
logf0a95c802d6f955f131dae121550b2ec0acb97ff
tree10b8c661560ad886f7c7ca2b4b754a8359488869
parentcd56b80b5f517912286c6e80767f72d950e0de3e
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

remove c dep from sys-linux


2 files changed, 1 insertions(+), 3 deletions(-)

build.zig+1
......@@ -15,6 +15,7 @@ pub fn build(b: *std.Build) void {
1515 }),
1616 });
1717 deps.addAllTo(exe2);
18 exe2.linkLibC();
1819 exe2.use_llvm = !disable_llvm;
1920 exe2.use_lld = !disable_llvm;
2021 b.installArtifact(exe2);
licenses.txt-3
......@@ -13,6 +13,3 @@ MPL-2.0:
1313- git https://github.com/nektro/zig-intrusive-parser
1414- git https://github.com/nektro/zig-nfs
1515- git https://github.com/nektro/zig-nio
16
17Unspecified:
18- system_lib c