mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 20:35:38 +02:00
RESOLVED - bug 218565: On AIX, unable to add third path to Include Paths in Project Properties
https://bugs.eclipse.org/bugs/show_bug.cgi?id=218565
This commit is contained in:
parent
337fa6e1bf
commit
93990eff68
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ public class BuildEntryStorage extends AbstractEntryStorage {
|
|||
options = fLangData.getOptionsForKind(kind);
|
||||
for(int i = 0; i < options.length; i++){
|
||||
if(options[i] != newOption)
|
||||
ManagedBuildManager.setOption(rcInfo, tool, option, new String[0]);
|
||||
ManagedBuildManager.setOption(rcInfo, tool, options[i], new String[0]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue