mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
This commit is contained in:
commit
750b00c642
26 changed files with 2622 additions and 1181 deletions
|
|
@ -73,7 +73,12 @@ or
|
|||
[error: unable to create target: 'Unable to find target for this triple (no targets are registered)'](https://github.com/ziglang/zig/issues/5055),
|
||||
in which case try `-DZIG_WORKAROUND_4799=ON`
|
||||
|
||||
Hopefully this will be fixed upstream with LLVM 10.0.1.
|
||||
This has been 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue