summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/InstallMSYS2.cmake
diff options
context:
space:
mode:
authorsu-v <suv-sf@users.sf.net>2017-07-04 07:28:16 +0000
committersu-v <suv-sf@users.sf.net>2017-07-04 07:28:16 +0000
commit17a2658452a2ffb0053a4a720a053cfcbf29c42c (patch)
tree8bde8872a893e43674fe4264976c5e8e73879db7 /CMakeScripts/InstallMSYS2.cmake
parentFix and cleanup icons. (diff)
downloadinkscape-17a2658452a2ffb0053a4a720a053cfcbf29c42c.tar.gz
inkscape-17a2658452a2ffb0053a4a720a053cfcbf29c42c.zip
Update InstallMSYS2.cmake for latest libgfortran
Diffstat (limited to '')
-rw-r--r--CMakeScripts/InstallMSYS2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake
index 65ced10e2..8ada439c1 100644
--- a/CMakeScripts/InstallMSYS2.cmake
+++ b/CMakeScripts/InstallMSYS2.cmake
@@ -114,7 +114,7 @@ if(WIN32)
# required by python2-lxml
${MINGW_BIN}/libexslt-0.dll
# required by python2-numpy
- ${MINGW_BIN}/libgfortran-3.dll
+ ${MINGW_BIN}/libgfortran-4.dll
${MINGW_BIN}/libopenblas.dll
${MINGW_BIN}/libquadmath-0.dll
DESTINATION .)