From 25dd388ada90c10896964b4afcc29ecb405784b2 Mon Sep 17 00:00:00 2001 From: juha Date: Mon, 22 Apr 2019 07:31:42 +0000 Subject: [PATCH] Packager: Enable building with 3.2 fixes. Issue #35393, patch from Alexey Tor. git-svn-id: trunk@61037 - --- packager/fppkghelper.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packager/fppkghelper.pas b/packager/fppkghelper.pas index 142e7f23cc..5eda6e8d34 100644 --- a/packager/fppkghelper.pas +++ b/packager/fppkghelper.pas @@ -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}