mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 22:10:19 +02:00
* Use expandfilename to remove ../.. from FPCDIR for non-unix
git-svn-id: trunk@9314 -
This commit is contained in:
parent
44d9f35eef
commit
093237e74d
@ -463,6 +463,7 @@ begin
|
||||
not(DirectoryExists(FGlobalInstallDir+'/rtl')) then
|
||||
FGlobalInstallDir:=FGlobalInstallDir+'../';
|
||||
end;
|
||||
FGlobalInstallDir:=ExpandFileName(FGlobalInstallDir);
|
||||
{$endif unix}
|
||||
Log(vDebug,SLogDetectedFPCDIR,['global',FGlobalInstallDir]);
|
||||
// User writable install directory
|
||||
|
Loading…
Reference in New Issue
Block a user