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 | 14 | }), |
| 15 | 15 | }); |
| 16 | 16 | deps.addAllTo(tests); |
| 17 | tests.linkLibC(); |
| 17 | 18 | tests.use_llvm = !disable_llvm; |
| 18 | 19 | tests.use_lld = !disable_llvm; |
| 19 | 20 | |
licenses.txt-3
| ... | ... | @@ -20,6 +20,3 @@ MPL-2.0: |
| 20 | 20 | - git https://github.com/nektro/zig-pek |
| 21 | 21 | - git https://github.com/nektro/zig-unicode-idna |
| 22 | 22 | - git https://github.com/nektro/zig-whatwg-url |
| 23 | | |
| 24 | | Unspecified: |
| 25 | | - system_lib c |