We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93ee8c commit ceca3e8Copy full SHA for ceca3e8
1 file changed
build-osx
@@ -8,7 +8,7 @@
8
9
set -e
10
install_deps() {
11
- brew install bash curl autoconf automake bison re2c zstd git openssl zlib cmake libzip librdkafka
+ brew install bash curl autoconf automake bison re2c zstd git openssl zlib cmake libzip librdkafka libiconv
12
13
OPENSSL_PREFIX="$(brew --prefix openssl)"
14
LIBRDKAFKA_PREFIX="$(brew --prefix librdkafka)"
@@ -94,7 +94,7 @@ chmod +x configure
94
--with-rdkafka \
95
--enable-jchash \
96
--enable-simdjson \
97
- --with-openssl --with-zlib --with-zip \
+ --with-openssl --with-zlib --with-zip --with-iconv \
98
--enable-filter \
99
--with-curl \
100
--enable-opcache \
0 commit comments