mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Update macOS build instructions with workaround
This commit is contained in:
parent
d08842887f
commit
94024a9fae
1 changed files with 5 additions and 0 deletions
|
|
@ -73,6 +73,11 @@ in which case try `-DZIG_WORKAROUND_4799=ON`
|
||||||
|
|
||||||
Hopefully this will be fixed upstream with LLVM 10.0.1.
|
Hopefully this will be fixed upstream with LLVM 10.0.1.
|
||||||
|
|
||||||
|
Building with LLVM 10.0.1 you might run into this problem:
|
||||||
|
`ld: library not found for -llibxml2.tbd`
|
||||||
|
[Building with LLVM 10.0.1 installed via Homebrew fails](https://github.com/ziglang/zig/issues/6087),
|
||||||
|
in which case you can try `-DZIG_WORKAROUND_6087=ON`.
|
||||||
|
|
||||||
##### Windows
|
##### Windows
|
||||||
|
|
||||||
See https://github.com/ziglang/zig/wiki/Building-Zig-on-Windows
|
See https://github.com/ziglang/zig/wiki/Building-Zig-on-Windows
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue