Packager: Enable building with 3.2 fixes. Issue #35393, patch from Alexey Tor.

git-svn-id: trunk@61037 -
This commit is contained in:
juha 2019-04-22 07:31:42 +00:00
parent 825e0eae04
commit 25dd388ada

View File

@ -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}