| author | |
| committer | |
| log | 5f2e5122fc6b8b42ad78eee521ca5d71bf9cb660 |
| tree | 1762ced624d5303c2ea76bef7eed59d66bb898e9 |
| parent | df213099ceef34546097bdb715fb45047e50e91f |
| 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| ... | @@ -20,6 +20,3 @@ MPL-2.0: | ... | @@ -20,6 +20,3 @@ MPL-2.0: |
| 20 | - git https://github.com/nektro/zig-pek | 20 | - git https://github.com/nektro/zig-pek |
| 21 | - git https://github.com/nektro/zig-unicode-idna | 21 | - git https://github.com/nektro/zig-unicode-idna |
| 22 | - git https://github.com/nektro/zig-whatwg-url | 22 | - git https://github.com/nektro/zig-whatwg-url |
| 23 | |||
| 24 | Unspecified: | ||
| 25 | - system_lib c |