authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:39:37 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:39:37 -07:00
loge8ea5d969e1062d0be161f7a70e293b52aebc3f3
treefb3ad97e659108587f324665b4a69f491ee9d7fa
parenta7c82884f054e255aa9f4de2b7a84be572f48196
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 @@ MPL-2.0:
1313= https://spdx.org/licenses/MPL-2.0
1414- git https://github.com/nektro/zig-nfs
1515- git https://github.com/nektro/zig-nio
16
17Unspecified:
18- system_lib c