| author | |
| committer | |
| log | 05d36fce9c7fde223e6657b3dc47105fbf065695 |
| tree | ba6b8d9e40ea1fc44e62a1ddfd606ce34e973694 |
| parent | 49f687f7c674d99d2ff66f94ef35bd96d2d2989a |
1 files changed, 2 insertions(+), 0 deletions(-)
build.zig+2| ... | ... | @@ -524,6 +524,8 @@ fn addStaticLlvmOptionsToExe( |
| 524 | 524 | exe.linkSystemLibrary(lib_name); |
| 525 | 525 | } |
| 526 | 526 | |
| 527 | exe.linkSystemLibrary("z"); | |
| 528 | ||
| 527 | 529 | // This means we rely on clang-or-zig-built LLVM, Clang, LLD libraries. |
| 528 | 530 | exe.linkSystemLibrary("c++"); |
| 529 | 531 |