diff options
| author | su-v <suv-sf@users.sf.net> | 2017-07-04 07:28:16 +0000 |
|---|---|---|
| committer | su-v <suv-sf@users.sf.net> | 2017-07-04 07:28:16 +0000 |
| commit | 17a2658452a2ffb0053a4a720a053cfcbf29c42c (patch) | |
| tree | 8bde8872a893e43674fe4264976c5e8e73879db7 /CMakeScripts | |
| parent | Fix and cleanup icons. (diff) | |
| download | inkscape-17a2658452a2ffb0053a4a720a053cfcbf29c42c.tar.gz inkscape-17a2658452a2ffb0053a4a720a053cfcbf29c42c.zip | |
Update InstallMSYS2.cmake for latest libgfortran
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/InstallMSYS2.cmake | 2 |
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 .)
|
