* Use the internal FPC-based http downloader by default, instead of lNet

git-svn-id: trunk@36583 -
This commit is contained in:
joost 2017-06-22 22:36:44 +00:00
parent b3efcb0088
commit 4962872d70

View File

@ -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}