BUG: use the top level project name for the xcode depend helper directory names
This commit is contained in:
parent
e266c37730
commit
f535cf99ed
|
@ -2698,7 +2698,8 @@ cmGlobalXCodeGenerator::CreateXCodeDependHackTarget(
|
||||||
{
|
{
|
||||||
std::string universal = t->GetDirectory();
|
std::string universal = t->GetDirectory();
|
||||||
universal += "/";
|
universal += "/";
|
||||||
universal += this->CurrentMakefile->GetProjectName();
|
universal +=
|
||||||
|
this->LocalGenerators[0]->GetMakefile()->GetProjectName();
|
||||||
universal += ".build/";
|
universal += ".build/";
|
||||||
universal += configName;
|
universal += configName;
|
||||||
universal += "/";
|
universal += "/";
|
||||||
|
|
Loading…
Reference in New Issue