mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
Try to fix borland and nmake try compile
This commit is contained in:
parent
e6406f681d
commit
6a096be924
@ -166,6 +166,9 @@ int cmGlobalGenerator::TryCompile(const char *, const char *bindir,
|
||||
{
|
||||
makeCommand += " ";
|
||||
makeCommand += target;
|
||||
#ifdef WIN32
|
||||
makeCommand += ".exe";
|
||||
#endif // WIN32
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user