* Darwin: fixed calling dsymutil when _not_ skipping the linking step

git-svn-id: trunk@49136 -
This commit is contained in:
Jonas Maebe 2021-04-08 19:50:21 +00:00
parent c90616944d
commit 4c40e7f9d6

View File

@ -557,9 +557,8 @@ implementation
end;
success:=DoExec(BinStr,CmdStr,true,false);
if (success and
(extdbgbinstr<>'') and
(cs_link_nolink in current_settings.globalswitches)) then
if success and
(extdbgbinstr<>'') then
success:=DoExec(extdbgbinstr,extdbgcmdstr,false,false);
{ Remove ReponseFile }