diff --git a/compiler/systems/t_linux.pas b/compiler/systems/t_linux.pas index c6e49aebdf..2641dd5ade 100644 --- a/compiler/systems/t_linux.pas +++ b/compiler/systems/t_linux.pas @@ -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;