mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 13:20:13 +02:00
lazbuild: fixed compilation
git-svn-id: trunk@41292 -
This commit is contained in:
parent
15dc88089b
commit
4b9f7a38e7
@ -631,8 +631,8 @@ end;
|
||||
procedure TLazBuildApplication.CompilePackage(APackage: TLazPackage;
|
||||
Flags: TPkgCompileFlags);
|
||||
begin
|
||||
if APackage.AutoCreated then
|
||||
Error(ErrorBuildFailed,APackage.IDAsString+' is an auto created package');
|
||||
if APackage.Missing then
|
||||
Error(ErrorBuildFailed,APackage.IDAsString+' lpk file missing');
|
||||
|
||||
// check graph for circles and broken dependencies
|
||||
if not (pcfDoNotCompileDependencies in Flags) then begin
|
||||
|
Loading…
Reference in New Issue
Block a user