Ver Fonte

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 há 7 anos atrás
pai
commit
3530630b74
1 ficheiros alterados com 2 adições e 1 exclusões
  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 );