Explorar o código

* inputfilepath might not be empty

florian %!s(int64=3) %!d(string=hai) anos
pai
achega
dc161e519f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      compiler/systems/t_freertos.pas

+ 3 - 0
compiler/systems/t_freertos.pas

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