mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
ENH: do not use the link script on windows
This commit is contained in:
@@ -31,7 +31,11 @@ cmGlobalUnixMakefileGenerator3::cmGlobalUnixMakefileGenerator3()
|
||||
this->ToolSupportsColor = true;
|
||||
this->NumberOfSourceFiles = 0;
|
||||
this->NumberOfSourceFilesWritten = 0;
|
||||
#ifdef _WIN32
|
||||
this->UseLinkScript = false;
|
||||
#else
|
||||
this->UseLinkScript = true;
|
||||
#endif
|
||||
}
|
||||
|
||||
void cmGlobalUnixMakefileGenerator3
|
||||
|
||||
Reference in New Issue
Block a user