mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00
Bug 412932: GCC Builtin Compiler Settings always shows wrench overlay
This commit is contained in:
parent
63b523f9be
commit
3b02e44d30
1 changed files with 1 additions and 0 deletions
|
@ -872,6 +872,7 @@ public abstract class AbstractBuiltinSpecsDetector extends AbstractLanguageSetti
|
||||||
clone.envMngr = null;
|
clone.envMngr = null;
|
||||||
clone.environmentMap = null;
|
clone.environmentMap = null;
|
||||||
clone.envPathHash = HASH_NOT_INITIALIZED;
|
clone.envPathHash = HASH_NOT_INITIALIZED;
|
||||||
|
this.properties.remove(ATTR_ENV_HASH);
|
||||||
return clone;
|
return clone;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue