瀏覽代碼

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

git-svn-id: trunk@49136 -
Jonas Maebe 4 年之前
父節點
當前提交
4c40e7f9d6
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      compiler/systems/t_darwin.pas

+ 2 - 3
compiler/systems/t_darwin.pas

@@ -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 }