mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 17:19:33 +02:00
* Use the internal FPC-based http downloader by default, instead of lNet
git-svn-id: trunk@36583 -
This commit is contained in:
parent
b3efcb0088
commit
4962872d70
@ -682,8 +682,8 @@ begin
|
||||
BuildDir:='{LocalRepository}build'+PathDelim;
|
||||
ArchivesDir:='{LocalRepository}archives'+PathDelim;
|
||||
CompilerConfigDir:='{LocalRepository}config'+PathDelim;
|
||||
{$if defined(unix) or defined(windows)}
|
||||
Downloader:='lnet';
|
||||
{$if (defined(unix) and not defined(android)) or defined(windows)}
|
||||
Downloader:='FPC';
|
||||
{$else}
|
||||
Downloader:='base';
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user