* add aarch64 multi-arch library directory (patch by Edmund Grimley Evans)

git-svn-id: trunk@31981 -
This commit is contained in:
Jonas Maebe 2015-10-08 18:56:35 +00:00
parent 21d6b45020
commit 5cb2d10c9a

View File

@ -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;