diff options
Diffstat (limited to 'compiler/systems/t_linux.pas')
-rw-r--r-- | compiler/systems/t_linux.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/systems/t_linux.pas b/compiler/systems/t_linux.pas index dd43499fd3..bebd8f7e04 100644 --- a/compiler/systems/t_linux.pas +++ b/compiler/systems/t_linux.pas @@ -146,6 +146,7 @@ begin {$endif} {$endif arm} {$ifdef x86_64} + if not Dontlinkstdlibpath Then LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/x86_64-linux-gnu',true); {$endif x86_64} end; |