Browse Source

--- Merging r48401 into '.':
U compiler/systems/t_darwin.pas
--- Recording mergeinfo for merge of r48401 into '.':
U .

git-svn-id: branches/fixes_3_2@48402 -

Jonas Maebe 4 years ago
parent
commit
146eb732a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/t_darwin.pas

+ 1 - 1
compiler/systems/t_darwin.pas

@@ -482,7 +482,7 @@ implementation
       emulstr:='';
       ltostr:='';
       if (cs_link_map in current_settings.globalswitches) then
-        mapstr:='-Map '+maybequoted(ChangeFileExt(current_module.exefilename,'.map'));
+        mapstr:='-map '+maybequoted(ChangeFileExt(current_module.exefilename,'.map'));
 
       if (cs_link_staticflag in current_settings.globalswitches) then
         StaticStr:='-static';