Skip to content

Commit

Permalink
Update README.md, set include/lib flags for Apple Mx.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppomes authored Jul 23, 2024
1 parent 2642740 commit 948c017
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ export PATH="/usr/local/opt/flex/bin:$PATH"
export PATH="/usr/local/opt/bison/bin:$PATH"
```

For Apple Silicon at build time, you may need to adjust include and library search path:
```shell
export CFLAGS=-I/opt/homebrew/include
export LDFLAGS=-L/opt/homebrew/lib
```




### Build/Install

```
Expand Down

0 comments on commit 948c017

Please sign in to comment.