mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 03:11:01 +02:00
* inputfilepath might not be empty
This commit is contained in:
parent
5289aab4f2
commit
dc161e519f
@ -975,6 +975,9 @@ begin
|
|||||||
success:=true;
|
success:=true;
|
||||||
Result:=false;
|
Result:=false;
|
||||||
|
|
||||||
|
if inputfilepath='' then
|
||||||
|
inputfilepath:='.';
|
||||||
|
|
||||||
{$ifdef XTENSA}
|
{$ifdef XTENSA}
|
||||||
{ generate a sdkconfig.h if none is provided,
|
{ generate a sdkconfig.h if none is provided,
|
||||||
only a few fields are provided to far }
|
only a few fields are provided to far }
|
||||||
|
Loading…
Reference in New Issue
Block a user