mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 14:59:22 +02:00
codetools: fpcunitset cache: do not expand file name, only normalize
git-svn-id: trunk@45238 -
This commit is contained in:
parent
20e71e8e42
commit
8ecc6a3c88
@ -8653,7 +8653,7 @@ procedure TFPCUnitSetCache.SetCompilerFilename(const AValue: string);
|
||||
var
|
||||
NewFilename: String;
|
||||
begin
|
||||
NewFilename:=TrimAndExpandFilename(AValue);
|
||||
NewFilename:=ResolveDots(AValue);
|
||||
if FCompilerFilename=NewFilename then exit;
|
||||
FCompilerFilename:=NewFilename;
|
||||
ClearConfigCache;
|
||||
|
Loading…
Reference in New Issue
Block a user