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 ' .
'--enable-static ' .
'--disable-shared ' .
'--enable-extra-encodings ' .
'--prefix='
)
->exec('make clean')