Explorar o código

* fix linker map generation on Darwin

git-svn-id: trunk@48401 -
Jonas Maebe %!s(int64=4) %!d(string=hai) anos
pai
achega
9df70f08b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/t_darwin.pas

+ 1 - 1
compiler/systems/t_darwin.pas

@@ -481,7 +481,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';