Windows install: copy libiconv-2 from the MinGW tree

This commit is contained in:
Jean-Francois Dockes 2015-11-15 16:07:33 +01:00
parent c420a5cbb3
commit 3bdb97bccb

View File

@ -153,7 +153,9 @@ copyunrtf()
chkcp $bindir/unrtf.exe $FILTERS
chkcp $UNRTF/outputs/*.conf $FILTERS/Share
chkcp $UNRTF/outputs/SYMBOL.charmap $FILTERS/Share
chkcp $MINGWBIN/libiconv-2.dll $FILTERS
# libiconv2 is not present in qt, get it from mingw direct. is C, should
# be compatible
chkcp c:/MinGW/bin/libiconv-2.dll $FILTERS
}
copymutagen()