fix for xcode
This commit is contained in:
parent
ddfec3f723
commit
584e0f2f64
@ -53,10 +53,9 @@ bool cmBuildCommand::InitialPass(std::vector<std::string> const& args)
|
|||||||
makecommand += m_Makefile->GetProjectName();
|
makecommand += m_Makefile->GetProjectName();
|
||||||
makecommand += ".sln /build Release /project ALL_BUILD";
|
makecommand += ".sln /build Release /project ALL_BUILD";
|
||||||
}
|
}
|
||||||
else if(m_Makefile->GetDefinition("BORLAND"))
|
else if (makeprogram.find("xcodebuild") != std::string::npos)
|
||||||
{
|
{
|
||||||
makecommand = makeprogram;
|
makecommand += makeprogram;
|
||||||
makecommand += " -i";
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user