mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 14:49:17 +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
|
if (isdll) then
|
||||||
begin
|
begin
|
||||||
Add('INPUT(');
|
Add('INPUT(');
|
||||||
Add(info.DynamicLinker);
|
Add(sysrootpath+info.DynamicLinker);
|
||||||
Add(')');
|
Add(')');
|
||||||
end;
|
end;
|
||||||
linksToSharedLibFiles := not SharedLibFiles.Empty;
|
linksToSharedLibFiles := not SharedLibFiles.Empty;
|
||||||
|
Loading…
Reference in New Issue
Block a user