From 18c865573fa00df6c496d8415a2292fb56f699f0 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Thu, 8 Apr 2021 19:50:21 +0000 Subject: [PATCH] * Darwin: fixed calling dsymutil when _not_ skipping the linking step git-svn-id: trunk@49136 - (cherry picked from commit 4c40e7f9d67ee49c4fde78bffe4547d84f5c44da) --- compiler/systems/t_darwin.pas | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/compiler/systems/t_darwin.pas b/compiler/systems/t_darwin.pas index 595a0a5017..f75ba97e10 100644 --- a/compiler/systems/t_darwin.pas +++ b/compiler/systems/t_darwin.pas @@ -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 }