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