mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 14:29:29 +02:00
IDE: Pass environment variables to a process in "Run without debuging". Issue #33611, patch from errno.
git-svn-id: trunk@57664 -
This commit is contained in:
parent
15c96753a4
commit
ae58fe66c4
@ -7148,6 +7148,7 @@ begin
|
||||
Exit(mrNone);
|
||||
end;
|
||||
|
||||
Project1.RunParameterOptions.AssignEnvironmentTo(Process.Environment);
|
||||
TNotifyProcessEnd.Create(Process, @DoCallRunFinishedHandler);
|
||||
except
|
||||
Process.Free;
|
||||
|
Loading…
Reference in New Issue
Block a user