Fix iconv dependency on cygwin builds

This commit is contained in:
q3aql 2022-07-23 16:05:47 +02:00
parent 8937c48525
commit 6d559c78f6
2 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,7 @@ apt-cyg install libgc-devel
apt-cyg install autoconf
apt-cyg install libtool
apt-cyg install ninja
apt-cyg install libiconv-devel
# Build x264
if [ -f /usr/lib/pkgconfig/x264.pc ] ; then

View File

@ -141,6 +141,7 @@ apt-cyg install libgc-devel
apt-cyg install autoconf
apt-cyg install libtool
apt-cyg install ninja
apt-cyg install libiconv-devel
# Build x264
if [ -f /usr/lib/pkgconfig/x264.pc ] ; then