瀏覽代碼

* add i386 multi-arch library directory (patch by Edmund Grimley Evans)

git-svn-id: trunk@31980 -
Jonas Maebe 9 年之前
父節點
當前提交
21d6b45020
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      compiler/systems/t_linux.pas

+ 3 - 0
compiler/systems/t_linux.pas

@@ -151,6 +151,9 @@ begin
 {$ifdef x86_64}
       LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/x86_64-linux-gnu',true);
 {$endif x86_64}
+{$ifdef i386}
+      LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/i386-linux-gnu',true);
+{$endif i386}
     end;
 end;