summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaNormalTargetGenerator.cxx
diff options
context:
space:
mode:
authorPeter Kuemmel <syntheticpp@gmx.net>2012-06-14 14:01:35 (GMT)
committerPeter Kuemmel <syntheticpp@gmx.net>2012-06-14 14:01:35 (GMT)
commit1d55ea557d30bfb42e5f1a7df431d144d1c9696b (patch)
treec58019917f74a0abd9ff6495ce7dea5f8e8e228c /Source/cmNinjaNormalTargetGenerator.cxx
parent6e6886d3bd4037905c320b8d88417096f6ba3e2e (diff)
downloadCMake-1d55ea557d30bfb42e5f1a7df431d144d1c9696b.zip
CMake-1d55ea557d30bfb42e5f1a7df431d144d1c9696b.tar.gz
CMake-1d55ea557d30bfb42e5f1a7df431d144d1c9696b.tar.bz2
Ninja: fix Linux build
Diffstat (limited to 'Source/cmNinjaNormalTargetGenerator.cxx')
-rw-r--r--Source/cmNinjaNormalTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx
index 3030cf9..12e871f 100644
--- a/Source/cmNinjaNormalTargetGenerator.cxx
+++ b/Source/cmNinjaNormalTargetGenerator.cxx
@@ -496,7 +496,7 @@ void cmNinjaNormalTargetGenerator::WriteLinkStatement()
cmdLineLimit = 8000;
#else
// cmdLineLimit = ?? TODO
- isCmdSequenc = true;
+ suppressShell = true;
#endif
// Write the build statement for this target.
cmGlobalNinjaGenerator::WriteBuild(this->GetBuildFileStream(),