m68k: also add Debian's custom library path like on other CPUs

git-svn-id: trunk@36645 -
This commit is contained in:
Károly Balogh 2017-07-04 22:51:08 +00:00
parent 109612b7e1
commit 8a22807efa

View File

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