mirror of
https://github.com/reactos/CMake.git
synced 2025-01-22 11:24:56 +00:00
cmLocalNinjaGenerator: Prevent echoing of lines in ninja generated batch files
This commit is contained in:
parent
2c3f2dfa5a
commit
cfd808ff19
@ -319,6 +319,7 @@ std::string cmLocalNinjaGenerator::WriteCommandScript(
|
||||
cmsys::ofstream script(scriptPath.c_str());
|
||||
|
||||
#ifdef _WIN32
|
||||
script << "@echo off\n";
|
||||
int line = 1;
|
||||
#else
|
||||
script << "set -e\n\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user