mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
fixed bug #314152.
This commit is contained in:
parent
ba99f3a2d5
commit
f918a234f1
1 changed files with 3 additions and 1 deletions
|
@ -241,7 +241,9 @@ public class Executable extends PlatformObject {
|
|||
tu = new ExternalTranslationUnit(cproject, uri, id);
|
||||
}
|
||||
|
||||
sourceFiles.add(tu);
|
||||
if (!sourceFiles.contains(tu)) {
|
||||
sourceFiles.add(tu);
|
||||
}
|
||||
|
||||
if (!orgPath.equals(filename)) {
|
||||
remappedPaths.put(tu, orgPath);
|
||||
|
|
Loading…
Add table
Reference in a new issue