authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:38:08 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:38:08 -07:00
log158eec0b4e18eff3b01f2c4a236b7123eb043ac3
tree8ca06ddc0a9c89728f4f894ced8db93409223ad1
parentd58771a2b758f06c7e368b436187c9939b9666a9
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
...@@ -3,6 +3,3 @@ MIT:...@@ -3,6 +3,3 @@ MIT:
3- This3- This
4- git https://github.com/nektro/zig-extras4- git https://github.com/nektro/zig-extras
5- git https://github.com/nektro/zig-sys-linux5- git https://github.com/nektro/zig-sys-linux
6
7Unspecified:
8- system_lib c