Skip to content

Commit

Permalink
meta: updated macos build instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Aug 12, 2023
1 parent 1c50f69 commit 5c8e0da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions meta/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ If you use [Homebrew package manager](https://brew.sh), you can obtain the depen
LLVM on Homebrew is keg by default, you also need to set the following environment variables:

```sh
export PATH="/usr/local/opt/llvm/bin:$PATH"
export LDFLAGS="-L/usr/local/opt/llvm/lib"
export CPPFLAGS="-I/usr/local/opt/llvm/include"
export PATH=$(brew --prefix llvm)/bin:$PATH
```

Then build BRUTAL by running:
Expand Down

0 comments on commit 5c8e0da

Please sign in to comment.