Correct library name of installed hunspell framework (it does not match the patch version number)

This commit is contained in:
Stephan Witt 2016-08-22 09:02:50 +02:00
parent 193cda6e48
commit bbb53c5363

View File

@ -23,7 +23,7 @@ ASpellLibrary="libaspell.15.dylib"
HunSpellVersion=${HunSpellVersion:-"1.3.3"}
HunSpellSource="hunspell-${HunSpellVersion}"
HunSpellLibrary="libhunspell-1.3.3.dylib"
HunSpellLibrary="libhunspell-1.3.0.dylib"
unset DYLD_LIBRARY_PATH LD_LIBRARY_PATH