mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:00:27 +02:00
lazbuild: use environment value of MaxExtToolsInParallel
git-svn-id: trunk@57372 -
This commit is contained in:
parent
ba9c69e6b3
commit
ca33175c5f
@ -1192,7 +1192,8 @@ begin
|
||||
//debugln(['TLazBuildApplication.LoadEnvironmentOptions LazarusDirectory="',LazarusDirectory,'"']);
|
||||
if LazarusDirOverride<>'' then
|
||||
LazarusDirectory:=CleanAndExpandDirectory(LazarusDirOverride);
|
||||
if MaxProcessCount>=0 then;
|
||||
if MaxProcessCount>=0 then
|
||||
// set command line override
|
||||
MaxExtToolsInParallel:=MaxProcessCount;
|
||||
end;
|
||||
if not FileExistsUTF8(EnvironmentOptions.GetParsedLazarusDirectory
|
||||
|
Loading…
Reference in New Issue
Block a user