mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 21:09:08 +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
|
else
|
||||||
APackage.FTargetState:=tsCompiled;
|
APackage.FTargetState:=tsCompiled;
|
||||||
end
|
end
|
||||||
else
|
else if not (APackage.FTargetState in [tsCompiled, tsNoCompile]) then
|
||||||
begin
|
begin
|
||||||
APackage.FTargetState:=tsInstalled;
|
APackage.FTargetState:=tsInstalled;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user