diff --git a/components/iphonelazext/lazfilesutils.pas b/components/iphonelazext/lazfilesutils.pas index ac91216c4..69d399ad3 100644 --- a/components/iphonelazext/lazfilesutils.pas +++ b/components/iphonelazext/lazfilesutils.pas @@ -214,7 +214,7 @@ begin proc:=TProcess.Create(nil); try proc.CommandLine:=CmdLineUtf8; - //proc.WaitOnExit:=WaitExit; + proc.Options := [poUsePipes,poNoConsole,poStderrToOutPut]; proc.Execute; finally proc.Free;