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 {...@@ -14,6 +14,7 @@ pub fn build(b: *std.Build) void {
14 }),14 }),
15 });15 });
16 deps.addAllTo(tests);16 deps.addAllTo(tests);
17 tests.linkLibC();
17 tests.use_llvm = !disable_llvm;18 tests.use_llvm = !disable_llvm;
18 tests.use_lld = !disable_llvm;19 tests.use_lld = !disable_llvm;
1920
licenses.txt-3
...@@ -13,6 +13,3 @@ MPL-2.0:...@@ -13,6 +13,3 @@ MPL-2.0:
13= https://spdx.org/licenses/MPL-2.013= https://spdx.org/licenses/MPL-2.0
14- git https://github.com/nektro/zig-nfs14- git https://github.com/nektro/zig-nfs
15- git https://github.com/nektro/zig-nio15- git https://github.com/nektro/zig-nio
16
17Unspecified:
18- system_lib c