mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 00:49:18 +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;
|
ConflictPkg: TLazPackage;
|
||||||
begin
|
begin
|
||||||
// check if package is already loaded
|
// check if package is already loaded
|
||||||
Result:=PackageGraph.FindPackageWithFilename(AFilename,true);
|
Result:=PackageGraph.FindPackageWithFilename(AFilename);
|
||||||
if (Result<>nil) then exit;
|
if (Result<>nil) then exit;
|
||||||
Result:=TLazPackage.Create;
|
Result:=TLazPackage.Create;
|
||||||
// load the package file
|
// load the package file
|
||||||
|
Loading…
Reference in New Issue
Block a user