Skip to content

Commit 3e013cd

Browse files
committed
Add extra encodings for libiconv
1 parent 4f5177d commit 3e013cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SPC/builder/unix/library/libiconv.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ protected function build(): void
1515
'./configure ' .
1616
'--enable-static ' .
1717
'--disable-shared ' .
18+
'--enable-extra-encodings ' .
1819
'--prefix='
1920
)
2021
->exec('make clean')

0 commit comments

Comments
 (0)