mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 09:19:40 +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}
|
||||
M := AvailableMirrors.FindMirror(P.Mirror);
|
||||
{$endif}
|
||||
|
||||
if not Assigned(M) or (M.Protocol <> 'SVN') then
|
||||
begin
|
||||
@ -226,6 +225,7 @@ begin
|
||||
end;
|
||||
end
|
||||
else
|
||||
{$endif}
|
||||
{ Create builddir }
|
||||
if not DirectoryExists(BuildDir) then
|
||||
ExecuteSvnCommand('export ' + M.URL + P.FileName + ' "' + BuildDir + '"');
|
||||
|
Loading…
Reference in New Issue
Block a user