mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
Ninja: win fixes: escape back slash/colon, use cd. as cmd.exe nop
This commit is contained in:
@@ -172,6 +172,10 @@ cmNinjaNormalTargetGenerator
|
||||
i != linkCmds.end();
|
||||
++i)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
// HACK: no TARGET_IMPLIB here???
|
||||
cmSystemTools::ReplaceString(*i, "/implib:", "");
|
||||
#endif
|
||||
this->GetLocalGenerator()->ExpandRuleVariables(*i, vars);
|
||||
}
|
||||
linkCmds.insert(linkCmds.begin(), "$PRE_LINK");
|
||||
|
||||
Reference in New Issue
Block a user