فهرست منبع

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

git-svn-id: trunk@46913 -
florian 4 سال پیش
والد
کامیت
7107c39440
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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}