mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 21:09:30 +02:00
fppkg: Fixed compilation
git-svn-id: trunk@58345 -
This commit is contained in:
parent
865c5a8753
commit
b096cac09d
@ -307,7 +307,7 @@ begin
|
||||
if Checked[Items.IndexOf('Debug')] then
|
||||
LazPkgOptions.Verbosity := LazPkgOptions.Verbosity + [llDebug];
|
||||
if Checked[Items.IndexOf('Progress')] then
|
||||
LazPkgOptions.Verbosity := LazPkgOptions.Verbosity + [llProgres];
|
||||
LazPkgOptions.Verbosity := LazPkgOptions.Verbosity + [llProgress];
|
||||
end;
|
||||
|
||||
Close;
|
||||
|
Loading…
Reference in New Issue
Block a user