summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladv@rosedu.org>2011-12-26 23:01:54 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-03-09 15:04:00 (GMT)
commit0af7ca62b81aee9b599f221fbe41766650458e5b (patch)
tree79d37840600c51ebfe411ef615efb633d22ec14d
parentb50c56cbeafa1ea15d71829ef2f633cb212f8fcc (diff)
downloadswift-contrib-0af7ca62b81aee9b599f221fbe41766650458e5b.zip
swift-contrib-0af7ca62b81aee9b599f221fbe41766650458e5b.tar.bz2
Added Hunspell version
-rw-r--r--SwifTools/SConscript2
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"]
}
################################################################################