We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7abd93 commit aa8c8feCopy full SHA for aa8c8fe
1 file changed
build-osx
@@ -10,7 +10,9 @@ set -e
10
. helper.sh
11
12
install_deps() {
13
- brew install php@8.4 bash curl autoconf automake bison re2c zstd git openssl zlib cmake libzip librdkafka libiconv llvm@17
+ brew tap shivammathur/php
14
+ brew install shivammathur/php/php@8.4 bash curl autoconf automake bison re2c zstd git openssl zlib cmake libzip librdkafka libiconv llvm@17
15
+ brew link --overwrite --force shivammathur/php/php@8.4
16
17
OPENSSL_PREFIX="$(brew --prefix openssl)"
18
LIBRDKAFKA_PREFIX="$(brew --prefix librdkafka)"
0 commit comments