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