Skip to content

Commit 2810598

Browse files
committed
fix iconv headers discovery
1 parent ccb9b89 commit 2810598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/configure-x64/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ runs:
4141
--enable-pcntl \
4242
--with-readline \
4343
--enable-mbstring \
44+
$(if [ -f /etc/alpine-release ]; then echo --with-iconv=/usr/include/gnu-libiconv; else echo ; fi) \
4445
--with-curl \
4546
--with-gettext \
4647
--enable-sockets \

0 commit comments

Comments
 (0)