mirror of
https://github.com/reactos/CMake.git
synced 2025-02-19 19:11:01 +00:00
BUG: Default SHELL on windows should not be a hard-coded path.
This commit is contained in:
parent
4494c29078
commit
a4f9d6a80b
@ -510,7 +510,8 @@ cmLocalUnixMakefileGenerator3
|
||||
if(this->WindowsShell)
|
||||
{
|
||||
makefileStream
|
||||
<< "SHELL = C:\\WINDOWS\\system32\\cmd.exe\n";
|
||||
<< "SHELL = cmd.exe\n"
|
||||
<< "\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user