| author | |
| committer | |
| log | 94024a9fae6e9292770fa377fe2a03b6b85b4249 |
| tree | 0be45fd47b1888e84e04c125a4e246bddd5512d4 |
| parent | d08842887f4c566186ad3babacd9c155233663b3 |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 5 insertions(+), 0 deletions(-)
README.md+5| ... | ... | @@ -73,6 +73,11 @@ in which case try `-DZIG_WORKAROUND_4799=ON` |
| 73 | 73 | |
| 74 | 74 | Hopefully this will be fixed upstream with LLVM 10.0.1. |
| 75 | 75 | |
| 76 | Building with LLVM 10.0.1 you might run into this problem: | |
| 77 | `ld: library not found for -llibxml2.tbd` | |
| 78 | [Building with LLVM 10.0.1 installed via Homebrew fails](https://github.com/ziglang/zig/issues/6087), | |
| 79 | in which case you can try `-DZIG_WORKAROUND_6087=ON`. | |
| 80 | ||
| 76 | 81 | ##### Windows |
| 77 | 82 | |
| 78 | 83 | See https://github.com/ziglang/zig/wiki/Building-Zig-on-Windows |