--- 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 -
This commit is contained in:
Jonas Maebe 2021-01-24 17:16:21 +00:00
parent 94a36fb666
commit 146eb732a0

View File

@ -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';