mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 14:53:50 +02:00
startlazarus: fixed regression starting lazarus, issue #35184, Cyrax
git-svn-id: trunk@60577 -
This commit is contained in:
parent
bb2ef7b609
commit
99c565049a
@ -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