Skip to content

Commit

Permalink
Add extra env var required for macos build when lzo package is instal…
Browse files Browse the repository at this point in the history
…led (#4159)
  • Loading branch information
seanhinde committed Jan 24, 2024
1 parent 401b21c commit fede209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ If building on an m1 Mac homebrew does not automatically set up symlinks to syst
```bash
export PATH=/opt/homebrew/bin:$PATH
export CFLAGS="-I/opt/homebrew/include"
export CXXFLAGS="-I/opt/homebrew/include"
export LDFLAGS="-L/opt/homebrew/lib"
```

Expand Down

0 comments on commit fede209

Please sign in to comment.