summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-03-09 13:59:17 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-03-09 15:31:25 (GMT)
commitc7a403abc7887fb692f7325e88638352dcbd852d (patch)
treed095d50947343d2448ad1235540bbb52962e83ee /BuildTools/SCons/SConscript.boot
parent02f7f0d98e937d8ec2d527ac701daf783bb37f27 (diff)
downloadswift-contrib-c7a403abc7887fb692f7325e88638352dcbd852d.zip
swift-contrib-c7a403abc7887fb692f7325e88638352dcbd852d.tar.bz2
Allow giving paths to hunspell
Diffstat (limited to 'BuildTools/SCons/SConscript.boot')
-rw-r--r--BuildTools/SCons/SConscript.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildTools/SCons/SConscript.boot b/BuildTools/SCons/SConscript.boot
index 188184c..1aeb500 100644
--- a/BuildTools/SCons/SConscript.boot
+++ b/BuildTools/SCons/SConscript.boot
@@ -36,6 +36,7 @@ if os.name == "nt" :
if os.name == "nt" :
vars.Add(PackageVariable("bonjour", "Bonjour SDK location", "yes"))
vars.Add(PackageVariable("openssl", "OpenSSL location", "yes"))
+vars.Add(PackageVariable("hunspell", "Hunspell location", False))
vars.Add(PathVariable("boost_includedir", "Boost headers location", None, PathVariable.PathAccept))
vars.Add(PathVariable("boost_libdir", "Boost library location", None, PathVariable.PathAccept))
vars.Add(PathVariable("expat_includedir", "Expat headers location", None, PathVariable.PathAccept))