Ninja: fix Linux build

This commit is contained in:
Peter Kuemmel 2012-06-14 16:01:35 +02:00
parent 6e6886d3bd
commit 1d55ea557d
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ void cmNinjaNormalTargetGenerator::WriteLinkStatement()
cmdLineLimit = 8000; cmdLineLimit = 8000;
#else #else
// cmdLineLimit = ?? TODO // cmdLineLimit = ?? TODO
isCmdSequenc = true; suppressShell = true;
#endif #endif
// Write the build statement for this target. // Write the build statement for this target.
cmGlobalNinjaGenerator::WriteBuild(this->GetBuildFileStream(), cmGlobalNinjaGenerator::WriteBuild(this->GetBuildFileStream(),