Opkman: Remove flag pcfCompileDependenciesClean since it does not help with the "incompatible ppu" error.

git-svn-id: trunk@61868 -
This commit is contained in:
balazs 2019-09-13 09:27:16 +00:00
parent 3fce95a1c2
commit 55976aef82

View File

@ -169,7 +169,7 @@ function TPackageInstaller.CompilePackage(const AIDEPackage: TIDEPackage;
begin
Result := -1;
DoOnPackageInstallProgress(imCompilePackage, ALazarusPkg);
Result := PackageEditingInterface.DoCompilePackage(AIDEPackage, [pcfCleanCompile, pcfCompileDependenciesClean, pcfDoNotSaveEditorFiles], False);
Result := PackageEditingInterface.DoCompilePackage(AIDEPackage, [pcfCleanCompile, pcfDoNotSaveEditorFiles], False);
end;
function TPackageInstaller.InstallPackage: Boolean;