mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 18:40:41 +02:00
Opkman: Remove flag pcfCompileDependenciesClean since it does not help with the "incompatible ppu" error.
git-svn-id: trunk@61868 -
This commit is contained in:
parent
3fce95a1c2
commit
55976aef82
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user