mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:19:25 +02:00
* add the sysrootpath to the path of the dynamic linker in the INPUT()
section for Linux git-svn-id: trunk@31449 -
This commit is contained in:
parent
8c8657e2d5
commit
e391a37b30
@ -506,7 +506,7 @@ begin
|
||||
if (isdll) then
|
||||
begin
|
||||
Add('INPUT(');
|
||||
Add(info.DynamicLinker);
|
||||
Add(sysrootpath+info.DynamicLinker);
|
||||
Add(')');
|
||||
end;
|
||||
linksToSharedLibFiles := not SharedLibFiles.Empty;
|
||||
|
Loading…
Reference in New Issue
Block a user