Преглед на файлове

--- Merging r29447 into '.':
U compiler/systems/t_linux.pas

# revisions: 29447

git-svn-id: branches/fixes_3_0@29460 -

marco преди 10 години
родител
ревизия
54a3e7c4a1
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      compiler/systems/t_linux.pas

+ 1 - 0
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;