diff options
author | Vlad Voicu <vladv@rosedu.org> | 2011-12-26 23:01:54 (GMT) |
---|---|---|
committer | vlad <vlad@tyrion.(none)> | 2012-10-13 13:55:44 (GMT) |
commit | 79343c6fc4ff1c2d87faa0ace38457337d483113 (patch) | |
tree | bb8b02d2d2c547c66c333db9c52bca93889b4fa1 /SwifTools | |
parent | 0a13558efc0ccf0e5afceb63c416d8cb401997ec (diff) | |
download | swift-contrib-79343c6fc4ff1c2d87faa0ace38457337d483113.zip swift-contrib-79343c6fc4ff1c2d87faa0ace38457337d483113.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 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"] } ################################################################################ |