summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladvoic@gmail.com>2011-11-29 01:15:18 (GMT)
committervlad <vlad@tyrion.(none)>2012-10-13 13:55:44 (GMT)
commit5e7be9a49cf540a68275f084e57a6efe8d7c1626 (patch)
tree9b1e68541c3d00d598f2613537e4c47e60543e16 /SwifTools/SConscript
parent4ef710cfcc4aa4f171426ef55cbece00cd69af62 (diff)
downloadswift-contrib-5e7be9a49cf540a68275f084e57a6efe8d7c1626.zip
swift-contrib-5e7be9a49cf540a68275f084e57a6efe8d7c1626.tar.bz2
Modified the Spellchecker to use hunspell instead of aspell
Diffstat (limited to 'SwifTools/SConscript')
-rw-r--r--SwifTools/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SwifTools/SConscript b/SwifTools/SConscript
index 6f49e7f..aaafcbc 100644
--- a/SwifTools/SConscript
+++ b/SwifTools/SConscript
@@ -7,7 +7,7 @@ Import("env")
if env["SCONS_STAGE"] == "flags" :
env["SWIFTOOLS_FLAGS"] = {
"LIBPATH": [Dir(".")],
- "LIBS": ["SwifTools", "libaspell"]
+ "LIBS": ["SwifTools", "libhunspell"]
}
################################################################################