BUG: symlink issue
This commit is contained in:
parent
017af44ca3
commit
8a1f581bd3
@ -1734,7 +1734,11 @@ cmLocalUnixMakefileGenerator3
|
|||||||
symlink += targetOutPathSO;
|
symlink += targetOutPathSO;
|
||||||
symlink += " ";
|
symlink += " ";
|
||||||
symlink += targetOutPath;
|
symlink += targetOutPath;
|
||||||
commands.push_back(symlink);
|
commands1.clear();
|
||||||
|
commands1.push_back(symlink);
|
||||||
|
this->CreateCDCommand(commands1,m_Makefile->GetStartOutputDirectory(),
|
||||||
|
m_Makefile->GetHomeOutputDirectory());
|
||||||
|
commands.insert(commands.end(), commands1.begin(), commands1.end());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add the post-build rules.
|
// Add the post-build rules.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user