mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 09:38:12 +02:00
LazBuild: Fix compilation after TMask changes.
This commit is contained in:
parent
ef29ae70cc
commit
33c25303e6
@ -928,7 +928,7 @@ begin
|
||||
CurResult := true;
|
||||
|
||||
MatchCount := 0;
|
||||
ModeMask := TMask.Create(BuildModeOverride,[]);
|
||||
ModeMask := TMask.Create(BuildModeOverride);
|
||||
for i := 0 to Project1.BuildModes.Count-1 do
|
||||
begin
|
||||
if ModeMask.Matches(Project1.BuildModes[i].Identifier) then
|
||||
|
Loading…
Reference in New Issue
Block a user