소스 검색

more search paths (input from a student)

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7391 8c9fc860-2736-0410-a75d-ab315db34111
felixf 7 년 전
부모
커밋
3530630b74
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      source/Generic.Linux.I386.Unix.Mod

+ 2 - 1
source/Generic.Linux.I386.Unix.Mod

@@ -1021,7 +1021,8 @@ VAR
 		libraryPaths[2] := "/lib/i386-linux-gnu";
 		libraryPaths[3] := "/lib";
 		libraryPaths[4] := "/usr/lib";
-		noPaths := 5;
+		libraryPaths[5] := "/usr/lib32";
+		noPaths := 6;
 
 		libc := Dlopen( libcname, 2 );
 		libp := Dlopen( libpthreadname, 2 );