mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 08:19:27 +02:00
moved the define
git-svn-id: trunk@30966 -
This commit is contained in:
parent
900e523a16
commit
cd184e930b
@ -203,7 +203,6 @@ begin
|
|||||||
|
|
||||||
{$ifdef SVNProtocol}
|
{$ifdef SVNProtocol}
|
||||||
M := AvailableMirrors.FindMirror(P.Mirror);
|
M := AvailableMirrors.FindMirror(P.Mirror);
|
||||||
{$endif}
|
|
||||||
|
|
||||||
if not Assigned(M) or (M.Protocol <> 'SVN') then
|
if not Assigned(M) or (M.Protocol <> 'SVN') then
|
||||||
begin
|
begin
|
||||||
@ -226,6 +225,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
{$endif}
|
||||||
{ Create builddir }
|
{ Create builddir }
|
||||||
if not DirectoryExists(BuildDir) then
|
if not DirectoryExists(BuildDir) then
|
||||||
ExecuteSvnCommand('export ' + M.URL + P.FileName + ' "' + BuildDir + '"');
|
ExecuteSvnCommand('export ' + M.URL + P.FileName + ' "' + BuildDir + '"');
|
||||||
|
Loading…
Reference in New Issue
Block a user