mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 05:10:52 +02:00
* add aarch64 multi-arch library directory (patch by Edmund Grimley Evans)
git-svn-id: trunk@31981 -
This commit is contained in:
parent
21d6b45020
commit
5cb2d10c9a
@ -154,6 +154,9 @@ begin
|
||||
{$ifdef i386}
|
||||
LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/i386-linux-gnu',true);
|
||||
{$endif i386}
|
||||
{$ifdef aarch64}
|
||||
LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/aarch64-linux-gnu',true);
|
||||
{$endif aarch64}
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user