diff options
author | Vlad Voicu <vladv@rosedu.org> | 2011-12-26 23:01:54 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-03-09 15:04:00 (GMT) |
commit | 0af7ca62b81aee9b599f221fbe41766650458e5b (patch) | |
tree | 79d37840600c51ebfe411ef615efb633d22ec14d /SwifTools | |
parent | b50c56cbeafa1ea15d71829ef2f633cb212f8fcc (diff) | |
download | swift-contrib-0af7ca62b81aee9b599f221fbe41766650458e5b.zip swift-contrib-0af7ca62b81aee9b599f221fbe41766650458e5b.tar.bz2 |
Added Hunspell version
Diffstat (limited to 'SwifTools')
-rw-r--r-- | SwifTools/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SwifTools/SConscript b/SwifTools/SConscript index 9a50b38..2d5a657 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", "libhunspell"] + "LIBS": ["SwifTools", "libhunspell-1.3"] } ################################################################################ |