fix, [b2a79f1] under linux

This commit is contained in:
Basile Burg 2015-02-13 04:56:08 +01:00
parent 33d1fd9cf2
commit 18f7237236
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ begin
//
fClient := TProcess.Create(self);
fClient.Executable := clientName;
fClient.Options := [poUsePipes{$IFDEF WINDOWS}, poNewConsole{$ENDIF}];
fClient.Options := [poUsePipes{$IFDEF WINDOWS}, poNewConsole{$ENDIF}{$IFDEF LINUX}, poWaitOnExit{$ENDIF}];
{$IFNDEF DEBUG}
fClient.ShowWindow := swoHIDE;
{$ENDIF}