Skip to content

Commit ceca3e8

Browse files
committed
Added iconv extension in osx build
1 parent c93ee8c commit ceca3e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-osx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
set -e
1010
install_deps() {
11-
brew install bash curl autoconf automake bison re2c zstd git openssl zlib cmake libzip librdkafka
11+
brew install bash curl autoconf automake bison re2c zstd git openssl zlib cmake libzip librdkafka libiconv
1212

1313
OPENSSL_PREFIX="$(brew --prefix openssl)"
1414
LIBRDKAFKA_PREFIX="$(brew --prefix librdkafka)"
@@ -94,7 +94,7 @@ chmod +x configure
9494
--with-rdkafka \
9595
--enable-jchash \
9696
--enable-simdjson \
97-
--with-openssl --with-zlib --with-zip \
97+
--with-openssl --with-zlib --with-zip --with-iconv \
9898
--enable-filter \
9999
--with-curl \
100100
--enable-opcache \

0 commit comments

Comments
 (0)