mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
ZIG_WORKAROUND_4799 is not required with LLVM 10.0.1
That paragraph used to contradict the following one.
This commit is contained in:
parent
0fcee6e11c
commit
274c55b780
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ or
|
||||||
[error: unable to create target: 'Unable to find target for this triple (no targets are registered)'](https://github.com/ziglang/zig/issues/5055),
|
[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`
|
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:
|
Building with LLVM 10.0.1 you might run into this problem:
|
||||||
`ld: library not found for -llibxml2.tbd`
|
`ld: library not found for -llibxml2.tbd`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue