| ... | @@ -73,6 +73,11 @@ in which case try `-DZIG_WORKAROUND_4799=ON` | ... | @@ -73,6 +73,11 @@ in which case try `-DZIG_WORKAROUND_4799=ON` |
| 73 | | 73 | |
| 74 | Hopefully this will be fixed upstream with LLVM 10.0.1. | 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 | ##### Windows | 81 | ##### Windows |
| 77 | | 82 | |
| 78 | See https://github.com/ziglang/zig/wiki/Building-Zig-on-Windows | 83 | See https://github.com/ziglang/zig/wiki/Building-Zig-on-Windows |