diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-10 01:30:12 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-13 17:12:11 +0000 |
| commit | 2635b54adffcca772231a60983e2527134771c7d (patch) | |
| tree | af6cf4d6d8097f161420b137ad0f6c35cbc07d97 /CMakeScripts | |
| parent | cmake/MSYS2: Try to make the installation a bit more lenient towards version ... (diff) | |
| download | inkscape-2635b54adffcca772231a60983e2527134771c7d.tar.gz inkscape-2635b54adffcca772231a60983e2527134771c7d.zip | |
Add functionality to msys2checkdeps.py to check for libraries which were installed but are unused
(should detect if globs added to the list from 170049663979e3531d247f4228b94fe1ccd2568f that are too lenient)
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 f68062fc7..3bad4b839 100644 --- a/CMakeScripts/InstallMSYS2.cmake +++ b/CMakeScripts/InstallMSYS2.cmake @@ -14,7 +14,7 @@ if(WIN32) DESTINATION .)
# mingw-w64 dlls
- # (use msys2checkdeps.py to list required libraries / check for missing libraries)
+ # (use msys2checkdeps.py to list required libraries / check for missing or unused libraries)
file(GLOB MINGW_LIBS
${MINGW_BIN}/LIBEAY32.dll
${MINGW_BIN}/SSLEAY32.dll
|
