diff options
author | Peter Kuemmel <syntheticpp@gmx.net> | 2012-06-14 14:01:35 (GMT) |
---|---|---|
committer | Peter Kuemmel <syntheticpp@gmx.net> | 2012-06-14 14:01:35 (GMT) |
commit | 1d55ea557d30bfb42e5f1a7df431d144d1c9696b (patch) | |
tree | c58019917f74a0abd9ff6495ce7dea5f8e8e228c /Source | |
parent | 6e6886d3bd4037905c320b8d88417096f6ba3e2e (diff) | |
download | CMake-1d55ea557d30bfb42e5f1a7df431d144d1c9696b.zip CMake-1d55ea557d30bfb42e5f1a7df431d144d1c9696b.tar.gz CMake-1d55ea557d30bfb42e5f1a7df431d144d1c9696b.tar.bz2 |
Ninja: fix Linux build
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmNinjaNormalTargetGenerator.cxx | 2 |
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(), |