mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 22:30:50 +02:00
* Do not mark packages as installed, if they are compiled within this fpmake
git-svn-id: trunk@17967 -
This commit is contained in:
parent
4163c8fb51
commit
eae9ef6529
@ -4125,7 +4125,7 @@ begin
|
||||
else
|
||||
APackage.FTargetState:=tsCompiled;
|
||||
end
|
||||
else
|
||||
else if not (APackage.FTargetState in [tsCompiled, tsNoCompile]) then
|
||||
begin
|
||||
APackage.FTargetState:=tsInstalled;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user