Check for hunspell.exe other location

This commit is contained in:
Marcus Kammer 2023-02-13 12:10:31 +01:00
parent de1dd2ed86
commit cf16c08287

View file

@ -11,4 +11,5 @@
(load "bundle--mk")
(when (eq system-type 'windows-nt)
(if (file-exists-p "c:/msys64/mingw64/bin/hunspell.exe") nil (message "hunspell.exe is missing"))
(if (file-exists-p "c:/msys64/ucrt64/bin/hunspell.exe") nil (message "hunspell.exe is missing"))
(if (file-exists-p "c:/msys64/usr/bin/unzip.exe") nil (message "unzip.exe is missing")))