mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 12:09:06 +02:00
fpmkunit: fix compilation after r43841
git-svn-id: trunk@43844 -
This commit is contained in:
parent
ebd674d40e
commit
accc3a851e
@ -4847,7 +4847,7 @@ begin
|
|||||||
FRemove:=Values[KeyRemove];
|
FRemove:=Values[KeyRemove];
|
||||||
FRemoveDir:=Values[KeyRemoveDir];
|
FRemoveDir:=Values[KeyRemoveDir];
|
||||||
FRemoveTree:=Values[KeyRemoveTree];
|
FRemoveTree:=Values[KeyRemoveTree];
|
||||||
Options:=OptionsToStringList(Values[KeyOptions]);
|
Self.Options:=OptionsToStringList(Values[KeyOptions]);
|
||||||
Line:=Values[KeyCPU];
|
Line:=Values[KeyCPU];
|
||||||
If (Line<>'') then
|
If (Line<>'') then
|
||||||
FCPU:=StringToCPU(Line);
|
FCPU:=StringToCPU(Line);
|
||||||
|
Loading…
Reference in New Issue
Block a user