mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 22:30:25 +02:00
* FindInstalledPackages nowadays scans for both compileroptions at once
git-svn-id: trunk@34669 -
This commit is contained in:
parent
0437bc4c8e
commit
1d2dca50a9
@ -339,14 +339,6 @@ begin
|
||||
end;
|
||||
end;
|
||||
FindInstalledPackages(GFPpkg.FPMakeCompilerOptions,true);
|
||||
// We only need to reload the status when we use a different
|
||||
// configuration for compiling fpmake or when the CPU, OS or compiler
|
||||
// are set in the command-line
|
||||
if (GFPpkg.Options.GlobalSection.CompilerConfig<>GFPpkg.Options.GlobalSection.FPMakeCompilerConfig) or
|
||||
(GFPpkg.CompilerOptions.CompilerCPU<>GFPpkg.FPMakeCompilerOptions.CompilerCPU) or
|
||||
(GFPpkg.CompilerOptions.CompilerOS<>GFPpkg.FPMakeCompilerOptions.CompilerOS) or
|
||||
(GFPpkg.CompilerOptions.Compiler<>GFPpkg.FPMakeCompilerOptions.Compiler) then
|
||||
FindInstalledPackages(GFPpkg.CompilerOptions,true);
|
||||
|
||||
// Check for broken dependencies
|
||||
if not GFPpkg.Options.CommandLineSection.AllowBroken and
|
||||
|
Loading…
Reference in New Issue
Block a user