Windows install: need to copy libiconv-2.dll from the MinGW directory for unrtf to work

This commit is contained in:
Jean-Francois Dockes 2015-11-12 09:18:24 +01:00
parent 03922daaa1
commit 08edf2d3fc

View file

@ -153,6 +153,7 @@ 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
}
copymutagen()