mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 04:55:58 +02:00
lazbuild: fixed compilation
git-svn-id: trunk@15797 -
This commit is contained in:
parent
5bae4a6e54
commit
154fb076a6
@ -334,7 +334,7 @@ var
|
||||
ConflictPkg: TLazPackage;
|
||||
begin
|
||||
// check if package is already loaded
|
||||
Result:=PackageGraph.FindPackageWithFilename(AFilename,true);
|
||||
Result:=PackageGraph.FindPackageWithFilename(AFilename);
|
||||
if (Result<>nil) then exit;
|
||||
Result:=TLazPackage.Create;
|
||||
// load the package file
|
||||
|
Loading…
Reference in New Issue
Block a user