summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVAN BOSSUYT Nicolas <nivb@odoo.com>2023-08-12 08:02:32 +0200
committerVAN BOSSUYT Nicolas <nivb@odoo.com>2023-08-12 08:02:32 +0200
commit5c8e0da8c924393e3eaf598dc855b2fb79029c0b (patch)
treef5ab5e7a13f2cb3d94e8870c3d8952e0739730e8
parent1c50f69853f960395f053653f15d5593091111a0 (diff)
meta: updated macos build instruction.
-rw-r--r--meta/building.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/building.md b/meta/building.md
index 92f4359d..70fc949f 100644
--- a/meta/building.md
+++ b/meta/building.md
@@ -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: