From bbd55a68290b39d1eec3399c080dac17c1730bd5 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 1 Jun 2026 16:34:25 -0700 Subject: [PATCH] remove c dep from sys-linux --- build.zig | 1 + licenses.txt | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.zig b/build.zig index 2cb1cff60b0d8d40a047f0b781fc3671eabcb173..ef6eaf1787216206913c780a939fc349698ebdc9 100644 --- a/build.zig +++ b/build.zig @@ -14,6 +14,7 @@ pub fn build(b: *std.Build) void { }), }); deps.addAllTo(tests); + tests.linkLibC(); tests.use_llvm = !disable_llvm; tests.use_lld = !disable_llvm; diff --git a/licenses.txt b/licenses.txt index 8b26ec7b06f085301f3da809c5b96fd787ef4da2..b6f1b2d6c00fb5a9d7ab51684c19a7ebdcb163a5 100644 --- a/licenses.txt +++ b/licenses.txt @@ -14,6 +14,3 @@ MIT: - git https://github.com/nektro/zig-sys-linux - git https://github.com/nektro/zig-time - git https://github.com/nektro/zig-unicode-ucd - -Unspecified: -- system_lib c -- 2.54.0