| author | |
| committer | |
| log | 73c2e91a0dee356048898d5b72e01969af9097e3 |
| tree | df5a43489cf4171b37281229704c815d3a601c52 |
| parent | 304eb54169ad9b6d7fc278807df39ef68e76202f |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -635,6 +635,7 @@ fn addStaticLlvmOptionsToExe(exe: *std.build.LibExeObjStep) !void { |
| 635 | 635 | } |
| 636 | 636 | |
| 637 | 637 | exe.linkSystemLibrary("z"); |
| 638 | exe.linkSystemLibrary("zstd"); | |
| 638 | 639 | |
| 639 | 640 | // This means we rely on clang-or-zig-built LLVM, Clang, LLD libraries. |
| 640 | 641 | exe.linkSystemLibrary("c++"); |