mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 13:00:31 +02:00
lazbuild: save lpk list after compiling an lpk, bug #27991
git-svn-id: branches/fixes_1_4@48893 -
This commit is contained in:
parent
955e75ed6c
commit
b706c383fc
BIN
ide/lazarus.res
BIN
ide/lazarus.res
Binary file not shown.
@ -437,6 +437,8 @@ begin
|
|||||||
else
|
else
|
||||||
CompilePackage(APackage,Flags);
|
CompilePackage(APackage,Flags);
|
||||||
|
|
||||||
|
PkgLinks.SaveUserLinks(true);
|
||||||
|
|
||||||
Result:=true;
|
Result:=true;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user