소스 검색

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

git-svn-id: trunk@31980 -
Jonas Maebe 10 년 전
부모
커밋
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;