mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 12:40:22 +02:00
Revert using current dir as a base dir for LazarusDirectory. Issue #39671.
This commit is contained in:
parent
d2701ed5d1
commit
3a6e1341f5
@ -3490,10 +3490,9 @@ begin
|
||||
eopLazarusDirectory:
|
||||
// lazarus directory
|
||||
begin
|
||||
ParsedValue:=TrimAndExpandDirectory(ParsedValue,GetPrimaryConfigPath);
|
||||
if ParsedValue='' then
|
||||
ParsedValue:=AppendPathDelim(GetCurrentDirUTF8)
|
||||
else
|
||||
ParsedValue:=TrimAndExpandDirectory(ParsedValue,GetCurrentDirUTF8);
|
||||
ParsedValue:=TrimFilename(AppendPathDelim(GetCurrentDirUTF8));
|
||||
end;
|
||||
eopFPCSourceDirectory,eopTestBuildDirectory:
|
||||
// directory
|
||||
|
Loading…
Reference in New Issue
Block a user