| author | |
| committer | |
| log | 27d7354d9dc44982f1de40706721aee7d9c998a5 |
| tree | c1ff5925d7be435f4c4354c039b38ea9ac01b8d2 |
| parent | 6f0d1255260410441c377a52dd73c308517276cd |
| signature |
2 files changed, 1 insertions(+), 3 deletions(-)
build.zig+1| ... | @@ -15,6 +15,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -15,6 +15,7 @@ pub fn build(b: *std.Build) void { |
| 15 | }), | 15 | }), |
| 16 | }); | 16 | }); |
| 17 | deps.addAllTo(test_exe); | 17 | deps.addAllTo(test_exe); |
| 18 | test_exe.linkLibC(); | ||
| 18 | test_exe.use_llvm = !disable_llvm; | 19 | test_exe.use_llvm = !disable_llvm; |
| 19 | test_exe.use_lld = !disable_llvm; | 20 | test_exe.use_lld = !disable_llvm; |
| 20 | 21 |
licenses.txt-3| ... | @@ -14,6 +14,3 @@ MPL-2.0: | ... | @@ -14,6 +14,3 @@ MPL-2.0: |
| 14 | - git https://github.com/nektro/zig-intrusive-parser | 14 | - git https://github.com/nektro/zig-intrusive-parser |
| 15 | - git https://github.com/nektro/zig-nfs | 15 | - git https://github.com/nektro/zig-nfs |
| 16 | - git https://github.com/nektro/zig-nio | 16 | - git https://github.com/nektro/zig-nio |
| 17 | |||
| 18 | Unspecified: | ||
| 19 | - system_lib c |