Skip to content

Commit f0ef077

Browse files
committed
Added build flags for iconv in osx build
1 parent d30fff1 commit f0ef077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-osx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ chmod +x configure
9595
--with-rdkafka \
9696
--enable-jchash \
9797
--enable-simdjson \
98-
--with-openssl --with-zlib --with-zip --with-iconv \
98+
--with-openssl --with-zlib --with-zip --with-iconv=$(brew --prefix libiconv) \
9999
--enable-filter \
100100
--with-curl \
101101
--enable-opcache \

0 commit comments

Comments
 (0)