summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2013-08-14 13:24:08 (GMT)
committerTobias Markmann <tm@ayena.de>2013-08-14 15:32:54 (GMT)
commit071974c26d34bdf92c1162eed0f4ee17651c5bea (patch)
treee2bdb30f5b5bc0c46120868d49a8cef3b780b48d /SwifTools
parent2c44d0818bb838e799fe7fc01875583dc75f0766 (diff)
downloadswift-071974c26d34bdf92c1162eed0f4ee17651c5bea.zip
swift-071974c26d34bdf92c1162eed0f4ee17651c5bea.tar.bz2
Build OSX spell checker only with native target.
Change-Id: Ibe2cbb2e9b0f87e073cc821a47135731a4cf7e76 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
Diffstat (limited to 'SwifTools')
-rw-r--r--SwifTools/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SwifTools/SConscript b/SwifTools/SConscript
index 9aa3bed..b9822e0 100644
--- a/SwifTools/SConscript
+++ b/SwifTools/SConscript
@@ -39,7 +39,7 @@ if env["SCONS_STAGE"] == "build" :
"HunspellChecker.cpp",
"SpellParser.cpp",
]
- elif swiftools_env["PLATFORM"] == "darwin" :
+ elif swiftools_env["PLATFORM"] == "darwin" and env["target"] == "native" :
sources += [
"SpellCheckerFactory.cpp",
"MacOSXChecker.mm",