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();
|
||||
cdir = this->ConvertToRelativeForMake(cdir.c_str());
|
||||
std::string makecmd = "make -C ";
|
||||
makecmd += cdir;?
|
||||
makecmd += cdir;
|
||||
makecmd += " -f ";
|
||||
makecmd +=
|
||||
this->ConvertToRelativeForMake(m_CurrentReRunCMakeMakefile.c_str());
|
||||
|
|
Loading…
Reference in New Issue