mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +02:00
lazbuild: fixed default fcl.lpk path
git-svn-id: trunk@53219 -
This commit is contained in:
parent
38fb04468e
commit
d836f6d5e9
@ -1197,7 +1197,7 @@ begin
|
||||
MaxExtToolsInParallel:=MaxProcessCount;
|
||||
end;
|
||||
if not FileExistsUTF8(EnvironmentOptions.GetParsedLazarusDirectory
|
||||
+SetDirSeparators('packager/registration/fcl.lpk'))
|
||||
+GetForcedPathDelims('packager/registration/fcl.lpk'))
|
||||
then begin
|
||||
CheckLazarusDirectoryQuality(EnvironmentOptions.GetParsedLazarusDirectory,Note);
|
||||
if ConsoleVerbosity>=-1 then
|
||||
|
Loading…
Reference in New Issue
Block a user