* inputfilepath might not be empty

This commit is contained in:
florian 2021-11-13 16:36:18 +01:00
parent 5289aab4f2
commit dc161e519f

View File

@ -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 }