From 07e2a65a934c9d47e93fe0defab15b7ccfb09b98 Mon Sep 17 00:00:00 2001 From: Garux Date: Fri, 21 Dec 2018 11:05:30 +0300 Subject: [PATCH] install-dlls-msys2-mingw.sh: also copy new external gdk-pixbuf stuff fixes #17 --- install-dlls-msys2-mingw.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-dlls-msys2-mingw.sh b/install-dlls-msys2-mingw.sh index 0814c23f..78962b37 100644 --- a/install-dlls-msys2-mingw.sh +++ b/install-dlls-msys2-mingw.sh @@ -74,6 +74,8 @@ for EXTRAPATH in \ './lib/gtk-2.0/modules/*.dll' \ './share/themes' \ './etc/fonts/fonts.conf' \ + './lib/gdk-pixbuf-2.0/2.10.0/loaders/*.dll' \ + './lib/gdk-pixbuf-2.0/2.10.0/loaders.cache' \ ; do cp --parent -v `find $EXTRAPATH -type f` "$INSTALLDIR" done