mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 22:10:32 +00:00
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 += source->GetFullPath();
|
||||
compileCommand +=+ " -o ";
|
||||
compileCommand += " -o ";
|
||||
compileCommand += objectFile;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user