diff options
author | Vlad Voicu <vladvoic@gmail.com> | 2011-11-29 01:15:18 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-03-09 15:03:59 (GMT) |
commit | 404b087a11144c66416513929eb57c9786f41ffe (patch) | |
tree | 7b63584289498f01a2beb9337d5a2ffeb71081b3 /SwifTools/SConscript | |
parent | b8f10af29258705b4610e99ba69f5ecab42ef6ae (diff) | |
download | swift-contrib-404b087a11144c66416513929eb57c9786f41ffe.zip swift-contrib-404b087a11144c66416513929eb57c9786f41ffe.tar.bz2 |
Modified the Spellchecker to use hunspell instead of aspell
Diffstat (limited to 'SwifTools/SConscript')
-rw-r--r-- | SwifTools/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SwifTools/SConscript b/SwifTools/SConscript index 3e1a105..ac2dc6b 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"] } ################################################################################ |