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 {
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
......@@ -3,6 +3,3 @@ MIT:
33- This
44- git https://github.com/nektro/zig-extras
55- git https://github.com/nektro/zig-sys-linux
6
7Unspecified:
8- system_lib c