Skip to content

1.3.0: Support Homebrew on Apple Silicon by default

Compare
Choose a tag to compare
@mudge mudge released this 12 Mar 13:43
· 254 commits to main since this release
372b6df

GitHub: #50

To make installation easier for users of Homebrew on Apple Silicon, add /opt/homebrew to the default paths searched when trying to find the underlying re2 library. While doing so, add an extra fallback to /usr (instead of only searching /usr/local).

Note we still search /usr/local first to avoid accidentally changing behaviour for existing users (e.g. suddenly compiling against a different version of re2 in /usr).