Skip to content

Commit

Permalink
Small typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
LongDirtyAnimAlf committed Jan 28, 2024
1 parent c228c32 commit 9e87ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sources/installercore.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1283,9 +1283,9 @@ function TInstaller.CheckAndGetTools: boolean;
begin
{$IFDEF DARWIN}
{$IFDEF CPUPOWERPC}
Output:='';
s:='';
{$ELSE}
Output:=Output+'_all-apple';
s:=s+'_all-apple';
{$ENDIF CPUPOWERPC}
{$ELSE DARWIN}
{$IF defined(LINUX) OR defined(WINDOWS)}
Expand Down
4 changes: 0 additions & 4 deletions sources/installerfpc.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3244,10 +3244,6 @@ function TFPCInstaller.InitModule(DesiredBootstrapVersion:string):boolean;
{$ENDIF CPU32}
{$ENDIF Darwin}

{$ifdef Linux}
if FMUSL then NativeFPCBootstrapCompiler:=false;
{$endif}

if (aBootstrapVersion<>'') then
begin
aCompilerFound:=false;
Expand Down

0 comments on commit 9e87ed0

Please sign in to comment.