From 5c8e0da8c924393e3eaf598dc855b2fb79029c0b Mon Sep 17 00:00:00 2001 From: VAN BOSSUYT Nicolas Date: Sat, 12 Aug 2023 08:02:32 +0200 Subject: [PATCH] meta: updated macos build instruction. --- meta/building.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/building.md b/meta/building.md index 92f4359dc..70fc949fe 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: