Skip to content

Commit

Permalink
Use new cross powerpc-darwin binaries on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
LongDirtyAnimAlf committed Jan 21, 2024
1 parent fa7f53b commit d84527d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/installermanager.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1926,6 +1926,7 @@ procedure TFPCupManager.GetCrossToolsFileName(out BinsFileName,LibsFileName:stri
TOS.darwin,TOS.ios:
begin
if (CrossCPU_Target in [TCPU.i386,TCPU.x86_64,TCPU.aarch64,TCPU.arm]) then s:='Darwin_All_Clang_12.zip';
if (CrossCPU_Target in [TCPU.powerpc,TCPU.powerpc64]) then s:='Darwin_PowerPC_GNU.zip';
end;
end;
end;
Expand Down

0 comments on commit d84527d

Please sign in to comment.