Преглед на файлове

* inputfilepath might not be empty

florian преди 3 години
родител
ревизия
dc161e519f
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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 }