mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 14:59:32 +02:00
* Darwin: fixed calling dsymutil when _not_ skipping the linking step
git-svn-id: trunk@49136 -
(cherry picked from commit 4c40e7f9d6
)
This commit is contained in:
parent
92972b4c7a
commit
18c865573f
@ -547,9 +547,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 }
|
||||
|
Loading…
Reference in New Issue
Block a user