From 34dd9340fca9c50b4a431778ce57f28ca4d8b7bf Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 14 Jan 2012 00:10:38 +0100 Subject: [PATCH] add two missing dlls --- install-dlls.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-dlls.sh b/install-dlls.sh index f83e386..59ae421 100755 --- a/install-dlls.sh +++ b/install-dlls.sh @@ -33,6 +33,8 @@ for DLL in \ libpng14-14.dll \ libxml2-2.dll \ zlib1.dll \ + libgcc_s_sjlj-1.dll \ + libstdc++-6.dll \ ; do $CP "`$WHICHDLL $DLL`" $INSTALLDIR/ done -- 2.39.2