1
0
Fork 0
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:
Chris Recoskie 2009-04-29 13:11:02 +00:00
parent 337fa6e1bf
commit 93990eff68

View file

@ -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]);
}
}
}