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 41582c7efbb0924dec0cf50e7ccedecf558fc03d..97633fedb4473e33963ab85781b91f42162d5c73 100644 --- a/licenses.txt +++ b/licenses.txt @@ -13,6 +13,3 @@ MIT: - git https://github.com/nektro/zig-sys-linux - git https://github.com/nektro/zig-time - git https://github.com/nektro/zig-tracer - -Unspecified: -- system_lib c