Skip to content

Commit

Permalink
[fix](compile) use brew's m4 on MacOS (apache#35116)
Browse files Browse the repository at this point in the history
after MacOS 14.4, MacOS remove m4 in CommandLineTools.
So use brew's m4 instead of system one
  • Loading branch information
morrySnow authored May 21, 2024
1 parent 9bbc4f2 commit 21b3e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ CELLARS=(
pcre
maven
llvm@16
m4
)
for cellar in "\${CELLARS[@]}"; do
EXPORT_CELLARS="\${HOMEBREW_REPO_PREFIX}/opt/\${cellar}/bin:\${EXPORT_CELLARS}"
Expand Down

0 comments on commit 21b3e5f

Please sign in to comment.