summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-01-24 17:16:21 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-01-24 17:16:21 +0000
commit900b515155cbc9170bffa8c25027b6ca76ee997f (patch)
treedecd679598a3d72a4e778e002ba4c94c9dc27731
parent534f02a24496e6844ff59c1a69ad9f378dea81df (diff)
downloadfpc-900b515155cbc9170bffa8c25027b6ca76ee997f.tar.gz
--- Merging r48401 into '.':
U compiler/systems/t_darwin.pas --- Recording mergeinfo for merge of r48401 into '.': U . git-svn-id: https://svn.freepascal.org/svn/fpc/branches/fixes_3_2@48402 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--compiler/systems/t_darwin.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/systems/t_darwin.pas b/compiler/systems/t_darwin.pas
index 800e6a3a7c..55f26041b7 100644
--- a/compiler/systems/t_darwin.pas
+++ b/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';