mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 06:10:34 +01:00
m68k: also add Debian's custom library path like on other CPUs
git-svn-id: trunk@36645 -
This commit is contained in:
parent
109612b7e1
commit
8a22807efa
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user