mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 22:20:47 +01: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);
|
Exit(mrNone);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Project1.RunParameterOptions.AssignEnvironmentTo(Process.Environment);
|
||||||
TNotifyProcessEnd.Create(Process, @DoCallRunFinishedHandler);
|
TNotifyProcessEnd.Create(Process, @DoCallRunFinishedHandler);
|
||||||
except
|
except
|
||||||
Process.Free;
|
Process.Free;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user