]> git.lyx.org Git - features.git/commitdiff
Correct library name of installed hunspell framework (it does not match the patch...
authorStephan Witt <switt@lyx.org>
Mon, 22 Aug 2016 07:02:50 +0000 (09:02 +0200)
committerStephan Witt <switt@lyx.org>
Mon, 22 Aug 2016 07:03:14 +0000 (09:03 +0200)
development/LyX-Mac-binary-release.sh

index 82a9a638e4801c1981097bcbe252bd865b0fe4cd..d97bc19c29b85a758208326a244c5803b63590b6 100644 (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