summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladv@rosedu.org>2011-12-26 23:01:54 (GMT)
committervlad <vlad@tyrion.(none)>2012-10-13 13:55:44 (GMT)
commit79343c6fc4ff1c2d87faa0ace38457337d483113 (patch)
treebb8b02d2d2c547c66c333db9c52bca93889b4fa1
parent0a13558efc0ccf0e5afceb63c416d8cb401997ec (diff)
downloadswift-contrib-79343c6fc4ff1c2d87faa0ace38457337d483113.zip
swift-contrib-79343c6fc4ff1c2d87faa0ace38457337d483113.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 ee1b262..79ca482 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"]
}
################################################################################