summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/InstallMSYS2.cmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake
index 72069033c..3cfc9c20c 100644
--- a/CMakeScripts/InstallMSYS2.cmake
+++ b/CMakeScripts/InstallMSYS2.cmake
@@ -124,8 +124,12 @@ if(WIN32)
# these are not picked up by 'ldd' but are required for SVG support in gdk-pixbuf-2.0
${MINGW_BIN}/libcroco-0.6-3.dll
${MINGW_BIN}/librsvg-2-2.dll
- # required by lxml
+ # required by python2-lxml
${MINGW_BIN}/libexslt-0.dll
+ # required by python2-numpy
+ ${MINGW_BIN}/libgfortran-3.dll
+ ${MINGW_BIN}/libopenblas.dll
+ ${MINGW_BIN}/libquadmath-0.dll
DESTINATION ${CMAKE_INSTALL_PREFIX})
# There are differences for 64-Bit and 32-Bit build environments.
if(HAVE_MINGW64)