mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 20:50:32 +02:00
* Correct check on command-line for -t
This commit is contained in:
parent
3bc6340424
commit
126cc09037
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user