mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 05:09:31 +02:00
--- Merging r29447 into '.':
U compiler/systems/t_linux.pas # revisions: 29447 git-svn-id: branches/fixes_3_0@29460 -
This commit is contained in:
parent
e7207ea4a4
commit
54a3e7c4a1
@ -146,6 +146,7 @@ begin
|
|||||||
{$endif}
|
{$endif}
|
||||||
{$endif arm}
|
{$endif arm}
|
||||||
{$ifdef x86_64}
|
{$ifdef x86_64}
|
||||||
|
if not Dontlinkstdlibpath Then
|
||||||
LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/x86_64-linux-gnu',true);
|
LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/x86_64-linux-gnu',true);
|
||||||
{$endif x86_64}
|
{$endif x86_64}
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user