mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +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];
|
||||
FRemoveDir:=Values[KeyRemoveDir];
|
||||
FRemoveTree:=Values[KeyRemoveTree];
|
||||
Options:=OptionsToStringList(Values[KeyOptions]);
|
||||
Self.Options:=OptionsToStringList(Values[KeyOptions]);
|
||||
Line:=Values[KeyCPU];
|
||||
If (Line<>'') then
|
||||
FCPU:=StringToCPU(Line);
|
||||
|
Loading…
Reference in New Issue
Block a user