mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 05:19:27 +02:00
Merged revision(s) 60577 #99c565049a from trunk:
startlazarus: fixed regression starting lazarus, issue #35184, Cyrax ........ git-svn-id: branches/fixes_2_0@60653 -
This commit is contained in:
parent
257da8738a
commit
c708a1d3ad
@ -429,8 +429,8 @@ begin
|
||||
FProcess.Options := [];
|
||||
FProcess.ShowWindow := swoShow;
|
||||
Params:=TStringListUTF8.Create;
|
||||
Params.Add(LazarusPath);
|
||||
SplitCmdLineParams(CommandLine,Params);
|
||||
FProcess.Executable:=LazarusPath;
|
||||
FProcess.Parameters:=Params;
|
||||
Params.Free;
|
||||
if (EnvOverrides<>nil) and (EnvOverrides.Count>0) then
|
||||
|
Loading…
Reference in New Issue
Block a user