mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:39:28 +02:00
* fix native linker end group delimiter
git-svn-id: trunk@14356 -
This commit is contained in:
parent
a3884c4e49
commit
98470e953d
@ -415,7 +415,7 @@ begin
|
||||
S:=StaticLibFiles.GetFirst;
|
||||
LinkRes.AddFileName(maybequoted(s))
|
||||
end;
|
||||
linkres.add('(-');
|
||||
linkres.add('-)');
|
||||
end;
|
||||
|
||||
{ Write sharedlibraries like -l<lib>, also add the needed dynamic linker
|
||||
|
Loading…
Reference in New Issue
Block a user