authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:35:45 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:35:45 -07:00
log27d7354d9dc44982f1de40706721aee7d9c998a5
treec1ff5925d7be435f4c4354c039b38ea9ac01b8d2
parent6f0d1255260410441c377a52dd73c308517276cd
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(test_exe);
18 test_exe.linkLibC();
1819 test_exe.use_llvm = !disable_llvm;
1920 test_exe.use_lld = !disable_llvm;
2021
licenses.txt-3
......@@ -14,6 +14,3 @@ MPL-2.0:
1414- git https://github.com/nektro/zig-intrusive-parser
1515- git https://github.com/nektro/zig-nfs
1616- git https://github.com/nektro/zig-nio
17
18Unspecified:
19- system_lib c