fix typeo
This commit is contained in:
parent
b7ef8149e8
commit
a65da51919
@ -649,7 +649,7 @@ cmGlobalXCodeGenerator::AddCommandsToBuildPhase(cmXCodeObject* buildphase,
|
|||||||
std::string cdir = m_CurrentMakefile->GetHomeOutputDirectory();
|
std::string cdir = m_CurrentMakefile->GetHomeOutputDirectory();
|
||||||
cdir = this->ConvertToRelativeForMake(cdir.c_str());
|
cdir = this->ConvertToRelativeForMake(cdir.c_str());
|
||||||
std::string makecmd = "make -C ";
|
std::string makecmd = "make -C ";
|
||||||
makecmd += cdir;?
|
makecmd += cdir;
|
||||||
makecmd += " -f ";
|
makecmd += " -f ";
|
||||||
makecmd +=
|
makecmd +=
|
||||||
this->ConvertToRelativeForMake(m_CurrentReRunCMakeMakefile.c_str());
|
this->ConvertToRelativeForMake(m_CurrentReRunCMakeMakefile.c_str());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user