From e7ba872404c7be7914e0813493ca99d730937e69 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 14 Jun 2019 19:36:41 +0200 Subject: [PATCH] pst: need to copy some dlls to installation directory --- src/windows/mkinstdir.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/windows/mkinstdir.sh b/src/windows/mkinstdir.sh index 34870cba..9097f004 100644 --- a/src/windows/mkinstdir.sh +++ b/src/windows/mkinstdir.sh @@ -266,7 +266,11 @@ copypff() { DEST=$FILTERS cp -rp $LIBPFF $DEST || fatal "can't copy pffinstall" - chkcp $LIBPFF/mingw32/bin/pffexport.exe $DEST/pffinstall/mingw32 + DEST=$DEST/pffinstall/mingw32/bin + chkcp $LIBPFF/mingw32/bin/pffexport.exe $DEST + chkcp $MINGWBIN/libgcc_s_dw2-1.dll $DEST + chkcp $MINGWBIN/libstdc++-6.dll $DEST + chkcp $QTBIN/libwinpthread-1.dll $DEST } for d in doc examples filters images translations; do