浏览代码

* arm compilation fixed

florian 2 年之前
父节点
当前提交
def475f889
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/systems/t_freertos.pas

+ 2 - 0
compiler/systems/t_freertos.pas

@@ -1326,6 +1326,7 @@ begin
 
   if success then
    begin
+{$ifndef ARM}
 {$if defined(DARWIN)}
      success:=FindFileInExeLocations('python',true,binstr);
      cmdstr:=idfpath+'/components/esptool_py/esptool/esptool.py ';
@@ -1336,6 +1337,7 @@ begin
      binstr:='python';
      cmdstr:=idfpath+'/components/esptool_py/esptool/esptool.py ';
 {$endif UNIX}
+{$endif ARM}
 
 {$if defined(XTENSA)}
      if source_info.exeext<>'' then