commit bbb53c53639d1e63636678a88c2015a03cce96aa
Author: Stephan Witt <[email protected]>
Date: Mon Aug 22 09:02:50 2016 +0200
Correct library name of installed hunspell framework (it does not match the
patch version number)
---
development/LyX-Mac-binary-release.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/development/LyX-Mac-binary-release.sh
b/development/LyX-Mac-binary-release.sh
index 82a9a63..d97bc19 100644
--- a/development/LyX-Mac-binary-release.sh
+++ b/development/LyX-Mac-binary-release.sh
@@ -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