mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
clean up readme
This commit is contained in:
parent
9a7f05378f
commit
14e07e9a72
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -61,16 +61,16 @@ brew outdated llvm || brew upgrade llvm
|
|||
mkdir build
|
||||
cd build
|
||||
cmake .. -DCMAKE_PREFIX_PATH=$(brew --prefix llvm)
|
||||
make -j install
|
||||
make install
|
||||
```
|
||||
|
||||
You will now run into this issue:
|
||||
[homebrew and llvm 10 packages in apt.llvm.org are broken with undefined reference to getPollyPluginInfo](https://github.com/ziglang/zig/issues/4799)
|
||||
or this https://github.com/ziglang/zig/issues/5055, in which case try `-DZIG_WORKAROUND_4799=ON`
|
||||
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`
|
||||
|
||||
|
||||
Please help upstream LLVM and Homebrew solve this issue, there is nothing Zig
|
||||
can do about it. See that issue for a workaround you can do in the meantime.
|
||||
Hopefully this will be fixed upstream with LLVM 10.0.1.
|
||||
|
||||
##### Windows
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue