diff --git a/compiler/systems/t_linux.pas b/compiler/systems/t_linux.pas index 2641dd5ade..cfbce0afc1 100644 --- a/compiler/systems/t_linux.pas +++ b/compiler/systems/t_linux.pas @@ -157,6 +157,9 @@ begin {$ifdef aarch64} LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/aarch64-linux-gnu',true); {$endif aarch64} +{$ifdef powerpc} + LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/powerpc-linux-gnu',true); +{$endif powerpc} end; end;