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
| ... | ... | @@ -14,6 +14,3 @@ MIT: |
| 14 | 14 | - git https://github.com/nektro/zig-sys-linux |
| 15 | 15 | - git https://github.com/nektro/zig-time |
| 16 | 16 | - git https://github.com/nektro/zig-unicode-ucd |
| 17 | | |
| 18 | | Unspecified: |
| 19 | | - system_lib c |