This is an automated email from the ASF dual-hosted git repository.
adonisling 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 458cb8f072 [chore](macOS) Support macOS Ventura (13.0) (#13626)
458cb8f072 is described below
commit 458cb8f072643e27b50dd9c8aed70eea18afd224
Author: Adonis Ling <[email protected]>
AuthorDate: Wed Oct 26 08:15:21 2022 +0800
[chore](macOS) Support macOS Ventura (13.0) (#13626)
We need the tool `makeinfo` to build third parties on macOS Ventura (13.0).
---
env.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/env.sh b/env.sh
index 1ab486aa83..c952e82281 100755
--- a/env.sh
+++ b/env.sh
@@ -48,6 +48,7 @@ CELLARS=(
autoconf
libtool
pkg-config
+ texinfo
coreutils
gnu-getopt
python
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]