summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/InstallMSYS2.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake
index 1d80d0863..d0a71f8eb 100644
--- a/CMakeScripts/InstallMSYS2.cmake
+++ b/CMakeScripts/InstallMSYS2.cmake
@@ -31,7 +31,7 @@ if(WIN32)
${MINGW_BIN}/libcdr-0.[0-9]*.dll
${MINGW_BIN}/libcroco-0.6-[0-9]*.dll
${MINGW_BIN}/libcurl-[0-9]*.dll
- ${MINGW_BIN}/libenchant.dll
+ ${MINGW_BIN}/libenchant-[0-9]*.dll
${MINGW_BIN}/libepoxy-[0-9]*.dll
${MINGW_BIN}/libexpat-[0-9]*.dll
${MINGW_BIN}/libexslt-[0-9]*.dll
@@ -197,7 +197,7 @@ if(WIN32)
# Aspell backend for Enchant (gtkspell uses Enchant to access Aspell dictionaries)
install(FILES
- ${MINGW_LIB}/enchant/libenchant_aspell.dll
+ ${MINGW_LIB}/enchant-2/enchant_aspell.dll
DESTINATION lib/enchant)
# tcl/tk related files (required for tkinter)