mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Correct library name of installed hunspell framework (it does not match the patch version number)
This commit is contained in:
parent
193cda6e48
commit
bbb53c5363
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user