| author | |
| committer | |
| log | dd7f8f3654e697785fa1c1d6fb22c638b6b15645 |
| tree | 39a232f3e038ea63e36c330a8337668a38b3989e |
| parent | 0355ad1e9add0f411ccb92749ab809fb4277ca2b |
| signature |
2 files changed, 1 insertions(+), 3 deletions(-)
build.zig+1| ... | @@ -14,6 +14,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -14,6 +14,7 @@ pub fn build(b: *std.Build) void { |
| 14 | }), | 14 | }), |
| 15 | }); | 15 | }); |
| 16 | deps.addAllTo(tests); | 16 | deps.addAllTo(tests); |
| 17 | tests.linkLibC(); | ||
| 17 | tests.use_llvm = !disable_llvm; | 18 | tests.use_llvm = !disable_llvm; |
| 18 | tests.use_lld = !disable_llvm; | 19 | tests.use_lld = !disable_llvm; |
| 19 | 20 |
licenses.txt-3| ... | @@ -13,6 +13,3 @@ MIT: | ... | @@ -13,6 +13,3 @@ MIT: |
| 13 | - git https://github.com/nektro/zig-sys-linux | 13 | - git https://github.com/nektro/zig-sys-linux |
| 14 | - git https://github.com/nektro/zig-time | 14 | - git https://github.com/nektro/zig-time |
| 15 | - git https://github.com/nektro/zig-tracer | 15 | - git https://github.com/nektro/zig-tracer |
| 16 | |||
| 17 | Unspecified: | ||
| 18 | - system_lib c |