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