mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 13:29:19 +02:00
* Darwin: fixed calling dsymutil when _not_ skipping the linking step
git-svn-id: trunk@49136 -
This commit is contained in:
parent
c90616944d
commit
4c40e7f9d6
@ -557,9 +557,8 @@ implementation
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
success:=DoExec(BinStr,CmdStr,true,false);
|
success:=DoExec(BinStr,CmdStr,true,false);
|
||||||
if (success and
|
if success and
|
||||||
(extdbgbinstr<>'') and
|
(extdbgbinstr<>'') then
|
||||||
(cs_link_nolink in current_settings.globalswitches)) then
|
|
||||||
success:=DoExec(extdbgbinstr,extdbgcmdstr,false,false);
|
success:=DoExec(extdbgbinstr,extdbgcmdstr,false,false);
|
||||||
|
|
||||||
{ Remove ReponseFile }
|
{ Remove ReponseFile }
|
||||||
|
Loading…
Reference in New Issue
Block a user