From 0d1643419413be52c3c56c868cd765ff49add681 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Sun, 29 May 2016 20:38:57 +0200 Subject: [PATCH] Include hunspell library version 1.3.3 for builds --- development/LyX-Mac-binary-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index 059d56d8f8..b59cc8f823 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -21,9 +21,9 @@ ASpellVersion=${ASpellVersion:-"0.60.6.1"} ASpellSource="aspell-${ASpellVersion}" ASpellLibrary="libaspell.15.dylib" -HunSpellVersion=${HunSpellVersion:-"1.3.2"} +HunSpellVersion=${HunSpellVersion:-"1.3.3"} HunSpellSource="hunspell-${HunSpellVersion}" -HunSpellLibrary="libhunspell-1.3.0.dylib" +HunSpellLibrary="libhunspell-1.3.3.dylib" unset DYLD_LIBRARY_PATH LD_LIBRARY_PATH