mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +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++;
|
cnt++;
|
||||||
}
|
}
|
||||||
// "No toolchain" is enabled for Make projects only.
|
// "No toolchain" is enabled for Make projects only.
|
||||||
if (!cfg.getBuilder().isManagedBuildOn())
|
if (!b_dispCompatible.getSelection() &&
|
||||||
|
!cfg.getBuilder().isManagedBuildOn())
|
||||||
c_toolchain.add(NO_TC);
|
c_toolchain.add(NO_TC);
|
||||||
if (pos != -1) {
|
if (pos != -1) {
|
||||||
c_toolchain.select(pos);
|
c_toolchain.select(pos);
|
||||||
|
|
Loading…
Add table
Reference in a new issue