This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 21b3e5fbaf7 [fix](compile) use brew's m4 on MacOS (#35116)
21b3e5fbaf7 is described below
commit 21b3e5fbaf764116caf849362811c7b14189df4e
Author: morrySnow <[email protected]>
AuthorDate: Tue May 21 19:48:33 2024 +0800
[fix](compile) use brew's m4 on MacOS (#35116)
after MacOS 14.4, MacOS remove m4 in CommandLineTools.
So use brew's m4 instead of system one
---
env.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/env.sh b/env.sh
index 52d83d60675..0a5ae6365c7 100755
--- a/env.sh
+++ b/env.sh
@@ -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}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]