Răsfoiți Sursa

* search also /usr/lib64 for libraries etc. on aarch64-linux, apparently some distros use it

git-svn-id: trunk@46913 -
florian 5 ani în urmă
părinte
comite
7107c39440
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      compiler/systems/t_linux.pas

+ 1 - 0
compiler/systems/t_linux.pas

@@ -170,6 +170,7 @@ begin
       LibrarySearchPath.AddLibraryPath(sysrootpath,'=/lib/i386-linux-gnu',true);
 {$endif i386}
 {$ifdef aarch64}
+      LibrarySearchPath.AddLibraryPath(sysrootpath,'=/usr/lib64',true);
       LibrarySearchPath.AddLibraryPath(sysrootpath,'=/usr/lib/aarch64-linux-gnu',true);
       LibrarySearchPath.AddLibraryPath(sysrootpath,'=/lib/aarch64-linux-gnu',true);
 {$endif aarch64}