| author | |
| committer | |
| log | 7d05e99601740c3388080dbb4ce569def970aeb9 |
| tree | 53ec9d9b8ca47f9cc1eb0cad42205d7d13cb5bf8 |
| parent | 795e089153e76978d9e3f6ec48e4f5d66eed9b9a |
| 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| ... | @@ -18,6 +18,3 @@ MIT: | ... | @@ -18,6 +18,3 @@ MIT: |
| 18 | - git https://github.com/nektro/zig-time | 18 | - git https://github.com/nektro/zig-time |
| 19 | - git https://github.com/nektro/zig-tracer | 19 | - git https://github.com/nektro/zig-tracer |
| 20 | - git https://github.com/nektro/zig-unicode-ucd | 20 | - git https://github.com/nektro/zig-unicode-ucd |
| 21 | |||
| 22 | Unspecified: | ||
| 23 | - system_lib c |