mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Additional condition for --NO TC--
This commit is contained in:
parent
4ad8157962
commit
262ae4ab03
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@ public class ToolChainEditTab extends AbstractCBuildPropertyTab {
|
|||
cnt++;
|
||||
}
|
||||
// "No toolchain" is enabled for Make projects only.
|
||||
if (!cfg.getBuilder().isManagedBuildOn())
|
||||
if (!b_dispCompatible.getSelection() &&
|
||||
!cfg.getBuilder().isManagedBuildOn())
|
||||
c_toolchain.add(NO_TC);
|
||||
if (pos != -1) {
|
||||
c_toolchain.select(pos);
|
||||
|
|
Loading…
Add table
Reference in a new issue