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 {...@@ -15,6 +15,7 @@ pub fn build(b: *std.Build) void {
15 }),15 }),
16 });16 });
17 deps.addAllTo(test_exe);17 deps.addAllTo(test_exe);
18 test_exe.linkLibC();
18 test_exe.use_llvm = !disable_llvm;19 test_exe.use_llvm = !disable_llvm;
19 test_exe.use_lld = !disable_llvm;20 test_exe.use_lld = !disable_llvm;
2021
licenses.txt-3
...@@ -14,6 +14,3 @@ MPL-2.0:...@@ -14,6 +14,3 @@ MPL-2.0:
14- git https://github.com/nektro/zig-intrusive-parser14- git https://github.com/nektro/zig-intrusive-parser
15- git https://github.com/nektro/zig-nfs15- git https://github.com/nektro/zig-nfs
16- git https://github.com/nektro/zig-nio16- git https://github.com/nektro/zig-nio
17
18Unspecified:
19- system_lib c