mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 09:29:07 +02:00
* Correct check on command-line for -t
This commit is contained in:
parent
3bc6340424
commit
126cc09037
@ -4057,7 +4057,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
't': // subtarget
|
't': // subtarget
|
||||||
begin
|
begin
|
||||||
if not Quick then
|
if not FromCmdLine then
|
||||||
ParamFatal('subtarget -t parameter can only be passed as cmd line parameter');
|
ParamFatal('subtarget -t parameter can only be passed as cmd line parameter');
|
||||||
inc(p);
|
inc(p);
|
||||||
SubTarget:=copy(Param,p,length(Param));
|
SubTarget:=copy(Param,p,length(Param));
|
||||||
|
Loading…
Reference in New Issue
Block a user