Add extra encodings for libiconv

This commit is contained in:
crazywhalecc 2024-08-11 21:22:16 +08:00 committed by Jerry Ma
parent 4f5177d57e
commit 3e013cd642

View File

@ -15,6 +15,7 @@ trait libiconv
'./configure ' . './configure ' .
'--enable-static ' . '--enable-static ' .
'--disable-shared ' . '--disable-shared ' .
'--enable-extra-encodings ' .
'--prefix=' '--prefix='
) )
->exec('make clean') ->exec('make clean')