| author | |
| committer | |
| log | 158eec0b4e18eff3b01f2c4a236b7123eb043ac3 |
| tree | 8ca06ddc0a9c89728f4f894ced8db93409223ad1 |
| parent | d58771a2b758f06c7e368b436187c9939b9666a9 |
| signature |
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| ... | ... | @@ -3,6 +3,3 @@ MIT: |
| 3 | 3 | - This |
| 4 | 4 | - git https://github.com/nektro/zig-extras |
| 5 | 5 | - git https://github.com/nektro/zig-sys-linux |
| 6 | ||
| 7 | Unspecified: | |
| 8 | - system_lib c |