* Correct check on command-line for -t

This commit is contained in:
Michaël Van Canneyt 2023-12-24 15:03:04 +01:00
parent 3bc6340424
commit 126cc09037

View File

@ -4057,7 +4057,7 @@ begin
end;
't': // subtarget
begin
if not Quick then
if not FromCmdLine then
ParamFatal('subtarget -t parameter can only be passed as cmd line parameter');
inc(p);
SubTarget:=copy(Param,p,length(Param));