BUG: no +=+
This commit is contained in:
parent
39766efaaa
commit
3cb9f60375
@ -1459,7 +1459,7 @@ void cmUnixMakefileGenerator::OutputSourceObjectBuildRules(std::ostream& fout)
|
|||||||
}
|
}
|
||||||
compileCommand += "$(INCLUDE_FLAGS) -c ";
|
compileCommand += "$(INCLUDE_FLAGS) -c ";
|
||||||
compileCommand += source->GetFullPath();
|
compileCommand += source->GetFullPath();
|
||||||
compileCommand +=+ " -o ";
|
compileCommand += " -o ";
|
||||||
compileCommand += objectFile;
|
compileCommand += objectFile;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user