mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
Packager: Enable building with 3.2 fixes. Issue #35393, patch from Alexey Tor.
git-svn-id: trunk@61037 -
This commit is contained in:
parent
825e0eae04
commit
25dd388ada
@ -519,7 +519,7 @@ end;
|
||||
function TFppkgHelper.GetConfigurationFileName: string;
|
||||
begin
|
||||
Result := '';
|
||||
{$IF FPC_FULLVERSION>30100}
|
||||
{$IF FPC_FULLVERSION>30200}
|
||||
if Assigned(FFPpkg) then
|
||||
Result:=FFPpkg.ConfigurationFilename;
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user