Use MultiExeProcessing on Mac

This commit is contained in:
martin 2021-02-16 19:53:15 +03:00 committed by martin
parent 5cc767d430
commit cd73dd8b8d

View File

@ -1209,10 +1209,14 @@ begin
if (FStatus <> asLoading) then
Result := False
else
{$IFDEF MACOSX}
Result := MultiExeProcessing;
{$ELSE}
if not(FSingleProcess) and (length(FBrowserSubprocessPath) > 0) then
Result := MultiExeProcessing
else
Result := SingleExeProcessing;
{$ENDIF}
end;
// This function can only be called by the executable used for the subprocesses.