mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 16:48:12 +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;
|
S:=StaticLibFiles.GetFirst;
|
||||||
LinkRes.AddFileName(maybequoted(s))
|
LinkRes.AddFileName(maybequoted(s))
|
||||||
end;
|
end;
|
||||||
linkres.add('(-');
|
linkres.add('-)');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ Write sharedlibraries like -l<lib>, also add the needed dynamic linker
|
{ Write sharedlibraries like -l<lib>, also add the needed dynamic linker
|
||||||
|
Loading…
Reference in New Issue
Block a user