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