mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 09:00:27 +02:00
Opkman: Add pcfCompileDependenciesClean flag to prevent "incompatible ppu" error.
git-svn-id: trunk@61813 -
This commit is contained in:
parent
6decc9e2aa
commit
d2f267dd05
@ -169,7 +169,7 @@ function TPackageInstaller.CompilePackage(const AIDEPackage: TIDEPackage;
|
||||
begin
|
||||
Result := -1;
|
||||
DoOnPackageInstallProgress(imCompilePackage, ALazarusPkg);
|
||||
Result := PackageEditingInterface.DoCompilePackage(AIDEPackage, [pcfCleanCompile, pcfDoNotSaveEditorFiles], False);
|
||||
Result := PackageEditingInterface.DoCompilePackage(AIDEPackage, [pcfCleanCompile, pcfCompileDependenciesClean, pcfDoNotSaveEditorFiles], False);
|
||||
end;
|
||||
|
||||
function TPackageInstaller.InstallPackage: Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user